]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utils.cpp
fixed MIPSpro version in the comment
[wxWidgets.git] / src / palmos / utils.cpp
index 5a1398744ba9487181ad443adf69d6b53dfa0974..845aae1033f51efcedf27c6126a9509fc8dcd9ad 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;
@@ -217,6 +213,7 @@ wxString wxGetOsDescription()
 wxToolkitInfo& wxAppTraits::GetToolkitInfo()
 {
     static wxToolkitInfo info;
+    info.os = wxPALMOS;
     info.name = _T("wxBase");
     return info;
 }