X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7dc771115710e491badc3612b71e7400c1bd87e..cf9d4c676605b0829ed8457e63e6ce4fd3196428:/include/wx/brush.h diff --git a/include/wx/brush.h b/include/wx/brush.h index 96919b74b9..06e9290a89 100644 --- a/include/wx/brush.h +++ b/include/wx/brush.h @@ -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"