changed wxUSE_MS_HTML_HELP to 1 by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-05-01 16:44:14 +00:00
parent 015eb67ed2
commit 5a32e18214

View File

@ -820,7 +820,7 @@
// 0 for no interprocess comms // 0 for no interprocess comms
#define wxUSE_HELP 1 #define wxUSE_HELP 1
// 0 for no help facility // 0 for no help facility
#define wxUSE_MS_HTML_HELP 0 #define wxUSE_MS_HTML_HELP 1
// 0 for no MS HTML Help // 0 for no MS HTML Help
// Use wxHTML-based help controller? // Use wxHTML-based help controller?