]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxprec.h
Fixed property list OnClose problem that caused Dialog Editor problem
[wxWidgets.git] / include / wx / wxprec.h
index eff6f75395b835e006ab132c775bd4e0008c570e..6f542b6a456b7d3c869e7fbb8ba1aa23631b8c81 100644 (file)
@@ -9,6 +9,9 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#include "wx/setup.h"   // always include this file (under Unix it's generated by configure)
+#include "wx/defs.h"    // compiler definitions
+
 // check if to use precompiled headers
 #if (defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)
     #if !NOPCH
@@ -63,8 +66,5 @@
 #undef LoadAccelerators
 #endif
 
-#else
-  // always include this file (under Unix it's generated by configure)
-  #include "wx/setup.h"
-#endif
+#endif // WX_PRECOMP