#include "wx/wx.h"
+#if wxUSE_HELP
+
#include "wx/helpbase.h"
class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase
bool DisplaySection(const wxString& rSection) { return wxHelpControllerBase::DisplaySection(rSection); }
};
+#endif //wxUSE_HELP
+
#endif
// _WX_HELPWIN_H_