]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing change of rev 1.41) as it...
[wxWidgets.git] / include / wx / mac / setup0.h
index 4fccfe72ada74f6624fb7e71838cbdbe3aee3ee9..01a5ed2e82bc343fc74bf4487a391499d92397ec 100644 (file)
 #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