]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
rewrite core foundation conversion to be efficient, double-pass mac WC2MB to verify...
[wxWidgets.git] / src / generic / imaglist.cpp
index 8402f8971839574df1a949b3f3e3c768916ce4b1..8c7f6898d3e55f4da6fd4fbbc20842163fc0b8a0 100644 (file)
@@ -7,6 +7,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifndef __PALMOS__
+
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "imaglist.h"
 #endif
@@ -190,4 +192,4 @@ bool wxGenericImageList::Draw( int index, wxDC &dc, int x, int y,
     return true;
 }
 
-
+#endif // __PALMOS__