]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/brush.h
Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of...
[wxWidgets.git] / include / wx / brush.h
index ce4abb1a3b9138d856708f0f81c6cae2aa28bf99..06e9290a89182e614410ed24120897cd10ab3f10 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _WX_BRUSH_H_BASE_
 #define _WX_BRUSH_H_BASE_
 
+#include "wx/defs.h"
+#include "wx/object.h"
+#include "wx/gdiobj.h"
+
 // wxBrushBase
 class WXDLLEXPORT wxBrushBase: public wxGDIObject
 {
@@ -13,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"