X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b8d7ecc39cfc6cce17156b91c6de1cfb56ce5b..f2616db56739e4962f683f59ac9e207756efe23c:/src/html/helpctrl.cpp diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 8067c8335a..e513a50f63 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -20,7 +20,7 @@ #pragma hdrstop #endif -#if wxUSE_HTML && wxUSE_STREAMS +#if wxUSE_WXHTML_HELP #ifndef WX_PRECOMP #include "wx/app.h" @@ -248,4 +248,5 @@ bool wxHtmlHelpController::Quit() return TRUE; } -#endif +#endif // wxUSE_WXHTML_HELP +