From: Vadim Zeitlin Date: Thu, 5 Jul 2001 01:27:19 +0000 (+0000) Subject: fixed ifdef X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3abf2c720bea956795f6958e21db292cde614f52 fixed ifdef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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_