Update wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "wx/msw/webview_ie.h"
|
||||
|
||||
#if wxUSE_WEBVIEW_IE
|
||||
#if wxUSE_WEBVIEW && wxUSE_WEBVIEW_IE
|
||||
|
||||
#include <olectl.h>
|
||||
#include <oleidl.h>
|
||||
@@ -1134,4 +1134,4 @@ ULONG ClassFactory::Release(void)
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // wxUSE_WEBVIEW && wxUSE_WEBVIEW_IE
|
||||
|
||||
Reference in New Issue
Block a user