]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/brush.h
GetLabel() added
[wxWidgets.git] / include / wx / brush.h
index bc05548735c9c9b38b974815d62465feda6d648e..fd7657e4d6c73945c04037db8de7109e94184911 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __BRUSHH_BASE__
 #define __BRUSHH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/brush.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/brush.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/brush.h"
 #endif