]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/brush.h
Removed previous broken fix for deferred positioning bug, and added
[wxWidgets.git] / include / wx / brush.h
index 96919b74b9bb20a9ff48d563fb4d46c061a5599b..06e9290a89182e614410ed24120897cd10ab3f10 100644 (file)
@@ -17,7 +17,7 @@ public:
         { return (GetStyle()>=wxFIRST_HATCH) && (GetStyle()<=wxLAST_HATCH); }
 };
 
-#if defined(__PALMOS__)
+#if defined(__WXPALMOS__)
     #include "wx/palmos/brush.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/brush.h"