// 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
#include "wx/webview.h"
+#if defined(__WXOSX_COCOA__) || defined(__WXOSX_CARBON__)
#include "wx/osx/webview_webkit.h"
+#elif defined(__WXGTK__)
#include "wx/gtk/webview_webkit.h"
+#elif defined(__WXMSW__)
#include "wx/msw/webview_ie.h"
+#endif
// DLL options compatibility check:
#include "wx/app.h"
}
}
-#endif // wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
+#endif // wxUSE_WEBVIEW