]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
1. derived wxMSW radio box from static box because it includes the box anyhow
[wxWidgets.git] / include / wx / bitmap.h
index 8c34a26f7e8d03f5a95c892850499dab44648f3c..c17ef0ad6f63f79125a3da9fe3fe840d1c3d7c78 100644 (file)
@@ -163,7 +163,9 @@ protected:
 };
 #endif
 
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+#include "wx/palmos/bitmap.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/bitmap.h"
 #elif defined(__WXMOTIF__)
 #include "wx/x11/bitmap.h"