]> git.saurik.com Git - wxWidgets.git/commitdiff
don't check whether wxUSE_MS_HTML_HELP is defined here, this is the job of wx/chkconf.h
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Nov 2006 00:41:18 +0000 (00:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Nov 2006 00:41:18 +0000 (00:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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()