X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78743282716f48121aa17cc76068bfdfbfc4e9bc..01cca03e20a1c58c977e1ea1252fda8c383ded5b:/src/generic/helpext.cpp diff --git a/src/generic/helpext.cpp b/src/generic/helpext.cpp index 30e80e6850..9d2a7d620e 100644 --- a/src/generic/helpext.cpp +++ b/src/generic/helpext.cpp @@ -9,17 +9,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -# pragma implementation "wxexthlp.h" -#endif - #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif -#if wxUSE_HELP && !defined(__WXWINCE__) +#if wxUSE_HELP && !defined(__WXWINCE__) && (!defined(__WXMAC__) || defined(__WXMAC_OSX__)) #ifndef WX_PRECOMP #include "wx/setup.h" @@ -45,6 +41,7 @@ #ifdef __WXMSW__ #include +#include "wx/msw/winundef.h" #endif // ----------------------------------------------------------------------------