From 5a32e18214d39968e22bd46ade02bd2bcb29458d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 1 May 2002 16:44:14 +0000 Subject: [PATCH] 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 --- include/wx/msw/setup0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.50.0