X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/392c5133ff8aba785fece7aef8f63f99843e8aa1..b083987dba7c7bf6fdbbf9075877866a29c6dde1:/src/common/cshelp.cpp?ds=sidebyside diff --git a/src/common/cshelp.cpp b/src/common/cshelp.cpp index ec7ec40de0..57cea314d2 100644 --- a/src/common/cshelp.cpp +++ b/src/common/cshelp.cpp @@ -28,12 +28,17 @@ #ifndef WX_PRECOMP #include "wx/app.h" + #include "wx/module.h" #endif #include "wx/tipwin.h" -#include "wx/module.h" #include "wx/cshelp.h" +// wxUSE_MS_HTML_HELP is not defined under platforms other than MSW +#ifndef wxUSE_MS_HTML_HELP + #define wxUSE_MS_HTML_HELP 0 +#endif + #if wxUSE_MS_HTML_HELP #include "wx/msw/helpchm.h" // for ShowContextHelpPopup #include "wx/utils.h" // for wxGetMousePosition()