]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
define wxHAS_NATIVE_DATEPICKCTRL in the header file to make it available to user...
[wxWidgets.git] / include / wx / bitmap.h
index 8c34a26f7e8d03f5a95c892850499dab44648f3c..357c5636856495ca2a371742f1fa576affd67bdc 100644 (file)
@@ -163,7 +163,9 @@ protected:
 };
 #endif
 
-#if defined(__WXMSW__)
+#if defined(__WXPALMOS__)
+#include "wx/palmos/bitmap.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/bitmap.h"
 #elif defined(__WXMOTIF__)
 #include "wx/x11/bitmap.h"