X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b4eedf698e09641dfdc9ffe2c04128f4bc6b2d5..ef43e62e77f166157029b852d0ac197fc0fba135:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 7f037a297d..dd619890f1 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -997,8 +997,6 @@ // 0 for no interprocess comms #define wxUSE_HELP 1 // 0 for no help facility -#define wxUSE_MS_HTML_HELP 1 - // 0 for no MS HTML Help // Use wxHTML-based help controller? #define wxUSE_WXHTML_HELP 1 @@ -1138,6 +1136,15 @@ #define wxUSE_UNICODE_MSLU 0 #endif +// Should we use MS HTML help for wxHelpController? If disabled, neither +// wxCHMHelpController nor wxBestHelpController are available. +// +// Default is 1 +// +// Recommended setting: 1, only set to 0 if you have trouble compiling +// wxCHMHelpController (could be a problem with really ancient compilers) +#define wxUSE_MS_HTML_HELP 1 + // Set this to 1 if you want to use wxWidgets and MFC in the same program. This // will override some other settings (see below) //