X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/384f18ed355aa42696bce01bb357a6d2bb2552d8..01526d4f6cd7dd242e561aa24066f8ca0290a9ac:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 4b215bf0dc..5e34e7089c 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 @@ -33,13 +39,8 @@ #include "wx/wxchar.h" // include standard Windows headers -#if defined(__WXMSW__) && !wxUSE_MFC - #ifndef STRICT - #define STRICT 1 - #endif - - #include - #include "wx/msw/winundef.h" +#if defined(__WXMSW__) + #include "wx/msw/wrapwin.h" #endif // include the most common wx headers