X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..ef094fa075bc56bcbc33b12159c395ea28afda3b:/include/wx/wxprec.h?ds=sidebyside diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 0bfccf8d0d..4b215bf0dc 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -13,8 +13,9 @@ #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__) +#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) || defined(__MWERKS__) #if !defined(NOPCH) #define WX_PRECOMP #endif @@ -33,6 +34,10 @@ // include standard Windows headers #if defined(__WXMSW__) && !wxUSE_MFC + #ifndef STRICT + #define STRICT 1 + #endif + #include #include "wx/msw/winundef.h" #endif