X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..7ebf5540cc5a5b7c0d0d12a75172b02c3e9a15d7:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 0bfccf8d0d..b05ad2b35c 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -14,7 +14,14 @@ // check if to use precompiled headers: do it for most Windows compilers unless // explicitly disabled by defining NOPCH -#if ((defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__)) || defined(__VISAGECPP__) +#if ( defined(__WXMSW__) && \ + ( defined(__BORLANDC__) || \ + defined(__VISUALC__) || \ + defined(__DIGITALMARS__) || \ + defined(__WATCOMC__) ) ) || \ + defined(__VISAGECPP__) || \ + defined(__MWERKS__) + #if !defined(NOPCH) #define WX_PRECOMP #endif @@ -33,8 +40,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