X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ddc93433cec2476f96808cda8e8036b0379ef02..f05b5b774f384373f928d171a5f2cc43679b6a1b:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 4fccfe72ad..01a5ed2e82 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -1039,6 +1039,16 @@ #define wxUSE_HELP 1 // 0 for no help facility +// 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 + + // Use wxHTML-based help controller? #define wxUSE_WXHTML_HELP 1