X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17b74d79adcc7bbd5cff4ed500e267289c0083a7..4714ef79af518f74214126559ef48607acf89180:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 940c4a6521..80526f249b 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -14,7 +14,7 @@ // check if to use precompiled headers #if (defined(__BORLANDC__) || defined(__VISUALC__) || defined(__WATCOMC__)) && defined(__WXMSW__) - #if !NOPCH + #if !defined(NOPCH) #define WX_PRECOMP #endif #endif @@ -26,45 +26,14 @@ // include the wx definitions #ifdef WX_PRECOMP -#include "wx/wx.h" - -// Comment this out if you don't mind slower compilation of the wxWindows -// library -#if !defined(__WXMAC__) && !defined(__SALFORDC__) -// #include -#endif - -#ifdef GetClassInfo -#undef GetClassInfo -#endif - -#ifdef GetClassName -#undef GetClassName -#endif - -#ifdef DrawText -#undef DrawText -#endif - -#ifdef GetCharWidth -#undef GetCharWidth -#endif - -#ifdef StartDoc -#undef StartDoc -#endif -#ifdef FindWindow -#undef FindWindow +#ifdef __WXMSW__ +#include +#include "wx/msw/winundef.h" #endif -#ifdef FindResource -#undef FindResource -#endif +#include "wx/wx.h" -#ifdef LoadAccelerators -#undef LoadAccelerators -#endif #endif // WX_PRECOMP