X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/384f18ed355aa42696bce01bb357a6d2bb2552d8..13de0c8c9b6b3d2e8ce5a21388f5f104b2f68338:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 4b215bf0dc..f0dd44e107 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -13,9 +13,8 @@ #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(__BORLANDC__) || defined(__VISUALC__) || defined(__DIGITALMARS__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) || defined(__MWERKS__) #if !defined(NOPCH) #define WX_PRECOMP #endif @@ -34,12 +33,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