X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e4903f5cce60451bbf649dd23a747571c3d2854..38a097f588121ffcab2fa57e4494a6d0783c3567:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 5d0fe0ccaf..dd619890f1 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -287,7 +287,7 @@ // Default is 1 // // Recommended setting: 1 if you want to support multiple languages -#define wxUSE_PRINTF_POS_PARAMS 0 +#define wxUSE_PRINTF_POS_PARAMS 1 // ---------------------------------------------------------------------------- // non GUI features selection @@ -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) //