X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eafdb19c44154550b3c6155a62642e7ab5c6e64d..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/msw/webhistoryitem_ie.h diff --git a/include/wx/msw/webhistoryitem_ie.h b/include/wx/msw/webhistoryitem_ie.h index cbd547e585..004eb0989a 100644 --- a/include/wx/msw/webhistoryitem_ie.h +++ b/include/wx/msw/webhistoryitem_ie.h @@ -12,7 +12,7 @@ #include "wx/setup.h" -#if wxUSE_WEBVIEW_IE +#if wxUSE_WEBVIEW_IE && defined(__WXMSW__) class WXDLLIMPEXP_WEB wxWebHistoryItem { @@ -26,6 +26,6 @@ private: wxString m_url, m_title; }; -#endif // wxUSE_WEBVIEW_IE +#endif // wxUSE_WEBVIEW_IE && defined(__WXMSW__) #endif // _WX_MSW_WEBHISTORYITEM_H_