]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxprec.h
focus and border refreshes etc corrected
[wxWidgets.git] / include / wx / wxprec.h
index 0bfccf8d0dc86c1ab673e771f7f643bd3926e2b9..b05ad2b35c488811672a0e97524cd920ca81d440 100644 (file)
 
 // check if to use precompiled headers: do it for most Windows compilers unless
 // explicitly disabled by defining NOPCH
-#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__)
+#if ( defined(__WXMSW__) && \
+       ( defined(__BORLANDC__)    || \
+         defined(__VISUALC__)     || \
+         defined(__DIGITALMARS__) || \
+         defined(__WATCOMC__) ) ) || \
+      defined(__VISAGECPP__) || \
+      defined(__MWERKS__) 
+
     #if !defined(NOPCH)
         #define WX_PRECOMP
     #endif
@@ -33,8 +40,7 @@
 
 // include standard Windows headers
 #if defined(__WXMSW__) && !wxUSE_MFC
-    #include <windows.h>
-    #include "wx/msw/winundef.h"
+    #include "wx/msw/wrapwin.h"
 #endif
 
 // include the most common wx headers