X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..27d0dcd033be9b1356a36d582f3d3665a53e11e4:/include/wx/wxprec.h?ds=sidebyside diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 0bfccf8d0d..08c615af62 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(__DIGITALMARS__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) || defined(__MWERKS__) #if !defined(NOPCH) #define WX_PRECOMP #endif @@ -33,8 +34,7 @@ // include standard Windows headers #if defined(__WXMSW__) && !wxUSE_MFC - #include - #include "wx/msw/winundef.h" + #include "wx/msw/wrapwin.h" #endif // include the most common wx headers