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