]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/brush.h
code using ms_PaintDC changed a little (a couple of asserts added, the behaviour
[wxWidgets.git] / include / wx / brush.h
index bc05548735c9c9b38b974815d62465feda6d648e..f29460b1c92ab6c1594c603f4e5b5cb0d3c92c72 100644 (file)
@@ -1,12 +1,14 @@
 #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"
+#elif defined(__WXQT__)
+#include "wx/qt/brush.h"
 #endif
 
 #endif