]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/brush.h
reSWIGged
[wxWidgets.git] / include / wx / brush.h
index ce4cdccf7feadcbdba869e9fdc193118ea45522f..4d14799f1783d4f57b1cb271b2be88bebf90ee7a 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _WX_BRUSH_H_BASE_
 #define _WX_BRUSH_H_BASE_
 
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+    #include "wx/palmos/brush.h"
+#elif defined(__WXMSW__)
     #include "wx/msw/brush.h"
 #elif defined(__WXMOTIF__) || defined(__WXX11__)
     #include "wx/x11/brush.h"