X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c13d6ac1ea199d1e3908d40d129e2fd5a4d82df7..324ab5e2dbfcae3582d9405819b46fef5e7c0e59:/include/wx/msw/webviewhistoryitem_ie.h diff --git a/include/wx/msw/webviewhistoryitem_ie.h b/include/wx/msw/webviewhistoryitem_ie.h index 29f94ce647..3283337f81 100644 --- a/include/wx/msw/webviewhistoryitem_ie.h +++ b/include/wx/msw/webviewhistoryitem_ie.h @@ -12,9 +12,9 @@ #include "wx/setup.h" -#if wxUSE_WEBVIEW_IE && defined(__WXMSW__) +#if wxUSE_WEBVIEW && wxUSE_WEBVIEW_IE && defined(__WXMSW__) -class WXDLLIMPEXP_WEB wxWebViewHistoryItem +class WXDLLIMPEXP_WEBVIEW wxWebViewHistoryItem { public: wxWebViewHistoryItem(const wxString& url, const wxString& title) : @@ -26,6 +26,6 @@ private: wxString m_url, m_title; }; -#endif // wxUSE_WEBVIEW_IE && defined(__WXMSW__) +#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_IE && defined(__WXMSW__) #endif // _WX_MSW_WEBVIEWHISTORYITEM_H_