diff --git a/include/wx/msw/webview_ie.h b/include/wx/msw/webview_ie.h index c0f7a427d1..23cf573ce6 100644 --- a/include/wx/msw/webview_ie.h +++ b/include/wx/msw/webview_ie.h @@ -12,11 +12,7 @@ #include "wx/setup.h" -#ifdef __WXMSW__ - #define wxHAVE_WEB_BACKEND_IE 1 -#endif - -#if wxHAVE_WEB_BACKEND_IE +#if wxUSE_WEBVIEW_IE #include "wx/control.h" #include "wx/webview.h" @@ -114,6 +110,6 @@ private: bool m_isBusy; }; -#endif // wxHAVE_WEB_BACKEND_IE +#endif // wxUSE_WEBVIEW_IE #endif // wxWebViewIE_H diff --git a/src/msw/webview_ie.cpp b/src/msw/webview_ie.cpp index 827425c325..cb6500b0f7 100644 --- a/src/msw/webview_ie.cpp +++ b/src/msw/webview_ie.cpp @@ -16,7 +16,7 @@ #include "wx/msw/webview_ie.h" -#if wxHAVE_WEB_BACKEND_IE +#if wxUSE_WEBVIEW_IE #include #include