fix -Wundef gcc warnings about wxUSE_MS_HTML_HELP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -34,6 +34,11 @@
|
|||||||
#include "wx/module.h"
|
#include "wx/module.h"
|
||||||
#include "wx/cshelp.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
|
#if wxUSE_MS_HTML_HELP
|
||||||
#include "wx/msw/helpchm.h" // for ShowContextHelpPopup
|
#include "wx/msw/helpchm.h" // for ShowContextHelpPopup
|
||||||
#include "wx/utils.h" // for wxGetMousePosition()
|
#include "wx/utils.h" // for wxGetMousePosition()
|
||||||
|
Reference in New Issue
Block a user