X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0016bb3b1c6870a3c43b42b5be145c15fab56580..0ca422ef4c7cfffd54d4b53d950362d00ae7b5d9:/include/wx/msw/helpchm.h diff --git a/include/wx/msw/helpchm.h b/include/wx/msw/helpchm.h index 8702c276a2..341a07f0fe 100644 --- a/include/wx/msw/helpchm.h +++ b/include/wx/msw/helpchm.h @@ -16,7 +16,7 @@ #include "wx/helpbase.h" -class WXDLLEXPORT wxCHMHelpController : public wxHelpControllerBase +class WXDLLIMPEXP_CORE wxCHMHelpController : public wxHelpControllerBase { public: wxCHMHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) { } @@ -56,7 +56,7 @@ protected: static bool CallHtmlHelp(wxWindow *win, const wxChar *str, unsigned cmd, const void *param = NULL) { - return CallHtmlHelp(win, str, cmd, wx_reinterpret_cast(WPARAM, param)); + return CallHtmlHelp(win, str, cmd, wx_reinterpret_cast(WXWPARAM, param)); } // even simpler wrappers using GetParentWindow() and GetValidFilename() as