From: Vadim Zeitlin Date: Wed, 1 May 2002 16:44:14 +0000 (+0000) Subject: changed wxUSE_MS_HTML_HELP to 1 by default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5a32e18214d39968e22bd46ade02bd2bcb29458d?ds=sidebyside 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 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index a03583e71b..f5e5845a63 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -820,7 +820,7 @@ // 0 for no interprocess comms #define wxUSE_HELP 1 // 0 for no help facility -#define wxUSE_MS_HTML_HELP 0 +#define wxUSE_MS_HTML_HELP 1 // 0 for no MS HTML Help // Use wxHTML-based help controller?