]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/utils.cpp
fixed MIPSpro version in the comment
[wxWidgets.git] / src / palmos / utils.cpp
index 81988757cafbd73b2cd6bee5fa421d5af9df84f6..845aae1033f51efcedf27c6126a9509fc8dcd9ad 100644 (file)
@@ -39,6 +39,7 @@
 #include <MemoryMgr.h>
 #include <DLServer.h>
 #include <SoundMgr.h>
+#include <SysUtils.h>
 
 // ============================================================================
 // implementation
@@ -212,6 +213,7 @@ wxString wxGetOsDescription()
 wxToolkitInfo& wxAppTraits::GetToolkitInfo()
 {
     static wxToolkitInfo info;
+    info.os = wxPALMOS;
     info.name = _T("wxBase");
     return info;
 }