]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxprec.h
Don't create multiple parent-less top level frames in layout sample.
[wxWidgets.git] / include / wx / wxprec.h
index 340404407ed149afd9998e2509d19938e9dd3d35..ec7f60c7f038840841234afef8964803fb2cf885 100644 (file)
 #include "wx/chartype.h"
 
 // include standard Windows headers
-#if defined(__WXMSW__)
+#if defined(__WINDOWS__)
     #include "wx/msw/wrapwin.h"
+    #include "wx/msw/private.h"
+#endif
+#if defined(__WXMSW__)
     #include "wx/msw/wrapcctl.h"
     #include "wx/msw/wrapcdlg.h"
-    #include "wx/msw/private.h"
     #include "wx/msw/missing.h"
 #endif