]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colour.h
added support for saving grey and grey-red PNG images (patch 985447)
[wxWidgets.git] / include / wx / colour.h
index a8d43815993899f92f9c928dcdb440e7255f54ba..da566b2dc739fd405cdfb5de9ed4da1a168e2550 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _WX_COLOUR_H_BASE_
 #define _WX_COLOUR_H_BASE_
 
-#if defined(__WXMSW__)
+#if defined(__WXPALMOS__)
+#include "wx/palmos/colour.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/colour.h"
 #elif defined(__WXMOTIF__)
 #include "wx/motif/colour.h"