]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datectrl.h
Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working...
[wxWidgets.git] / include / wx / datectrl.h
index 5a0e6f0e4d6b0be89fbdfc4de2bac90f0ceb8c33..397806bdd9d53a4f5ba8fd2e9c5faed52679ed67 100644 (file)
@@ -74,7 +74,11 @@ public:
     virtual bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const = 0;
 };
 
-#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
+#if defined(__WXPALMOS__)
+    #include "wx/palmos/datectrl.h"
+
+    #define wxHAS_NATIVE_DATEPICKCTRL
+#elif defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
     #include "wx/msw/datectrl.h"
 
     #define wxHAS_NATIVE_DATEPICKCTRL