]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cshelp.cpp
fixed incorrect use of wxVector<> in wxXRC
[wxWidgets.git] / src / common / cshelp.cpp
index 57cea314d25c3a7544ae53c6a0c674edd75fbfbb..c24b709e988037a0eb7d60410fff47c05baa0d11 100644 (file)
 #include "wx/tipwin.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()