don't check whether wxUSE_MS_HTML_HELP is defined here, this is the job of wx/chkconf.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-11-09 00:41:18 +00:00
parent 87c2432d22
commit 5c6538bcf0

View File

@ -34,11 +34,6 @@
#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()