X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..520e470fdd0daef09c77938db642e4583933c90d:/src/msw/helpwin.cpp?ds=sidebyside diff --git a/src/msw/helpwin.cpp b/src/msw/helpwin.cpp index 808a63ffcf..e761c09d45 100644 --- a/src/msw/helpwin.cpp +++ b/src/msw/helpwin.cpp @@ -26,7 +26,7 @@ #include "wx/msw/helpwin.h" -#if USE_HELP +#if wxUSE_HELP #include #ifdef __WXMSW__ @@ -145,4 +145,4 @@ void wxWinHelpController::OnQuit(void) { } -#endif // USE_HELP +#endif // wxUSE_HELP