X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/384f18ed355aa42696bce01bb357a6d2bb2552d8..79099b80ad442cb93b2f7df716bf3d1dd80b446f:/include/wx/wxprec.h?ds=sidebyside diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 4b215bf0dc..b05ad2b35c 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -13,9 +13,15 @@ #include "wx/defs.h" // check if to use precompiled headers: do it for most Windows compilers unless -// adding DigitalMars here appears to amke it slower! // explicitly disabled by defining NOPCH -#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) || defined(__MWERKS__) +#if ( defined(__WXMSW__) && \ + ( defined(__BORLANDC__) || \ + defined(__VISUALC__) || \ + defined(__DIGITALMARS__) || \ + defined(__WATCOMC__) ) ) || \ + defined(__VISAGECPP__) || \ + defined(__MWERKS__) + #if !defined(NOPCH) #define WX_PRECOMP #endif @@ -34,12 +40,7 @@ // include standard Windows headers #if defined(__WXMSW__) && !wxUSE_MFC - #ifndef STRICT - #define STRICT 1 - #endif - - #include - #include "wx/msw/winundef.h" + #include "wx/msw/wrapwin.h" #endif // include the most common wx headers