X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/392c5133ff8aba785fece7aef8f63f99843e8aa1..89579a60d7ba7da32777647ad7647af69ec4e687:/src/common/cshelp.cpp diff --git a/src/common/cshelp.cpp b/src/common/cshelp.cpp index ec7ec40de0..f94b9e67d7 100644 --- a/src/common/cshelp.cpp +++ b/src/common/cshelp.cpp @@ -34,6 +34,11 @@ #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()