]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palette.h
we need our own imaglist implementation because in wxmac wxIcon does not inherit...
[wxWidgets.git] / include / wx / palette.h
index 91c1f52945f907df867a3898b1199edc112400fd..30aa385cbf5c777038d731554feeb19cede42ff2 100644 (file)
@@ -18,7 +18,7 @@ public:
     virtual int GetColoursCount() const { wxFAIL_MSG( _T("not implemented") ); return 0; };
 };
 
-#if defined(__PALMOS__)
+#if defined(__WXPALMOS__)
     #include "wx/palmos/palette.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/palette.h"