X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5100cabffa34c38db26884577113d01f21cda446..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/cshelp.h diff --git a/include/wx/cshelp.h b/include/wx/cshelp.h index 3b8cae26cc..e53d48efcc 100644 --- a/include/wx/cshelp.h +++ b/include/wx/cshelp.h @@ -17,10 +17,10 @@ #endif #include "wx/defs.h" -#include "wx/help.h" #if wxUSE_HELP +#include "wx/help.h" #include "wx/bmpbuttn.h" // ---------------------------------------------------------------------------- @@ -78,8 +78,6 @@ private: DECLARE_EVENT_TABLE() }; -#endif // wxUSE_HELP - // ---------------------------------------------------------------------------- // classes used to implement context help support // ---------------------------------------------------------------------------- @@ -175,7 +173,9 @@ protected: }; // Convenience function for turning context id into wxString -wxString wxContextId(int id); +WXDLLEXPORT wxString wxContextId(int id); + +#endif // wxUSE_HELP #endif // _WX_CSHELPH__