]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/region.h
code using ms_PaintDC changed a little (a couple of asserts added, the behaviour
[wxWidgets.git] / include / wx / region.h
index aa208368f3530181636dc46fda3f65ce039dfb65..c076b5a5c26b30abecbb8fd7f44227addd252858 100644 (file)
@@ -1,12 +1,14 @@
 #ifndef __REGIONH_BASE__
 #define __REGIONH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/region.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/region.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/region.h"
+#elif defined(__WXQT__)
+#include "wx/qt/region.h"
 #endif
 
 #endif