From 3abf2c720bea956795f6958e21db292cde614f52 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 5 Jul 2001 01:27:19 +0000 Subject: [PATCH] fixed ifdef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpctrl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/html/helpctrl.h b/include/wx/html/helpctrl.h index f31e41f874..2106893a9d 100644 --- a/include/wx/html/helpctrl.h +++ b/include/wx/html/helpctrl.h @@ -18,7 +18,7 @@ #pragma interface "helpctrl.h" #endif -#if wxUSE_HTML +#if wxUSE_WXHTML_HELP #include "wx/html/helpfrm.h" #include "wx/helpbase.h" @@ -109,6 +109,6 @@ protected: // DECLARE_EVENT_TABLE() }; -#endif +#endif // wxUSE_WXHTML_HELP #endif // _WX_HELPCTRL_H_ -- 2.50.0