]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/help.h
Fixes to allow compilation with no wchar_t (djgpp probably has a real wchar_t
[wxWidgets.git] / include / wx / help.h
index 440ba187f507c028383d5368905214615734db10..6cef56c5e2fff0e3832917758a1ef25b2fb0d377 100644 (file)
 
     #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