]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utils.cpp
corrected event type for standalone scrollbars (patch 1240385)
[wxWidgets.git] / src / palmos / utils.cpp
index 5a1398744ba9487181ad443adf69d6b53dfa0974..3b17093570c28cbd9fc7c105b4eeb58db58f8209 100644 (file)
@@ -39,6 +39,7 @@
 #include <MemoryMgr.h>
 #include <DLServer.h>
 #include <SoundMgr.h>
+#include <SysUtils.h>
 
 // ============================================================================
 // implementation
@@ -106,11 +107,6 @@ wxChar *wxGetUserHome(const wxString& WXUNUSED(user))
     return NULL;
 }
 
-bool wxDirExists(const wxString& dir)
-{
-    return false;
-}
-
 bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree)
 {
     return false;