]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most control...
[wxWidgets.git] / src / generic / imaglist.cpp
index 8402f8971839574df1a949b3f3e3c768916ce4b1..23fb6cee97c4885d3013a682c5ed22a465b46f64 100644 (file)
 #pragma hdrstop
 #endif
 
+#include "wx/defs.h"
+
+#ifndef __PALMOS__
+
 #include "wx/generic/imaglist.h"
+
 #include "wx/icon.h"
 #include "wx/image.h"
 #include "wx/dc.h"
@@ -190,4 +195,4 @@ bool wxGenericImageList::Draw( int index, wxDC &dc, int x, int y,
     return true;
 }
 
-
+#endif // __PALMOS__