X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7011055c55538a9f38bc265bbafab4afa3ae2981..e2d313d19d6f8a7f29fc73cfef8c1dc1433cdf5b:/src/common/webview.cpp diff --git a/src/common/webview.cpp b/src/common/webview.cpp index 49c9c31740..63f5f2b343 100644 --- a/src/common/webview.cpp +++ b/src/common/webview.cpp @@ -10,7 +10,7 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#if wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE) +#if wxUSE_WEBVIEW #if defined(__BORLANDC__) #pragma hdrstop @@ -112,4 +112,4 @@ wxWebView* wxWebView::New(wxWindow* parent, } } -#endif // wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE) +#endif // wxUSE_WEBVIEW