X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..aaa63f666a540d9dffbeaca61e1c80f825b66a98:/include/wx/os2/helpwin.h?ds=inline diff --git a/include/wx/os2/helpwin.h b/include/wx/os2/helpwin.h index ab87cf1f5b..974ec9c38c 100644 --- a/include/wx/os2/helpwin.h +++ b/include/wx/os2/helpwin.h @@ -14,6 +14,8 @@ #include "wx/wx.h" +#if wxUSE_HELP + #include "wx/helpbase.h" class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase @@ -47,5 +49,7 @@ private: bool DisplaySection(const wxString& rSection) { return wxHelpControllerBase::DisplaySection(rSection); } }; +#endif //wxUSE_HELP + #endif // _WX_HELPWIN_H_