wxHelpController now wxCHMHelpController on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,10 +27,9 @@
|
||||
|
||||
#define wxHelpController wxPalmHelpController
|
||||
#elif defined(__WXMSW__)
|
||||
#include "wx/msw/helpbest.h"
|
||||
#include "wx/msw/helpchm.h"
|
||||
|
||||
// CHM or WinHelp, whichever is available
|
||||
#define wxHelpController wxBestHelpController
|
||||
#define wxHelpController wxCHMHelpController
|
||||
#else // !MSW
|
||||
|
||||
#if wxUSE_WXHTML_HELP
|
||||
|
Reference in New Issue
Block a user