]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cshelp.cpp
Don't emit bogus size events if a child window
[wxWidgets.git] / src / common / cshelp.cpp
index ec7ec40de03c7a3ccf07ff34a949be84c944769a..f94b9e67d7acc94439f79941e5d46df7e6644974 100644 (file)
 #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()