]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/webtest.cpp
Update setup fort OpenVMS
[wxWidgets.git] / tests / controls / webtest.cpp
index 7083d063bb84a13d80b1fc14d129cb47ff36c7b2..7ab8a7570e7f382e3067b50b7da282d18f8d8ecd 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "testprec.h"
 
-#if wxUSE_WEBVIEW
+#if wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)
 
 #ifdef __BORLANDC__
     #pragma hdrstop
@@ -244,4 +244,4 @@ void WebTestCase::RunScript()
     CPPUNIT_ASSERT_EQUAL("Hello World!", m_browser->GetPageText());
 }
 
-#endif //wxUSE_WEBVIEW
+#endif //wxUSE_WEBVIEW && (wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_IE)