X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1294722aa6f24b9cb68917168a8b02616565236a..3c0f8ed2509f8b6e806af093f1b5041c61649da1:/src/common/cshelp.cpp?ds=sidebyside diff --git a/src/common/cshelp.cpp b/src/common/cshelp.cpp index f94b9e67d7..c24b709e98 100644 --- a/src/common/cshelp.cpp +++ b/src/common/cshelp.cpp @@ -28,17 +28,12 @@ #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()