X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6929fe3af8c307d7ff46e73a88edbedc39731d09..4c410aa14e7818b946351842fed2905239c15592:/src/palmos/utils.cpp diff --git a/src/palmos/utils.cpp b/src/palmos/utils.cpp index 5a1398744b..845aae1033 100644 --- a/src/palmos/utils.cpp +++ b/src/palmos/utils.cpp @@ -39,6 +39,7 @@ #include #include #include +#include // ============================================================================ // 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; }