Enable building without wxUSE_WEBVIEW_IE

This commit is contained in:
Maarten Bent 2020-01-17 09:37:12 +01:00 committed by Tobias Taschner
parent bb508dc347
commit ce968d0ecb
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
3 changed files with 6 additions and 3 deletions

View file

@ -2290,7 +2290,8 @@
# endif
#endif /* wxUSE_TREELISTCTRL */
#if wxUSE_WEBVIEW && !(wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_WEBKIT2 || wxUSE_WEBVIEW_IE)
#if wxUSE_WEBVIEW && !(wxUSE_WEBVIEW_WEBKIT || wxUSE_WEBVIEW_WEBKIT2 || \
wxUSE_WEBVIEW_IE || wxUSE_WEBVIEW_EDGE)
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_WEBVIEW requires at least one backend"
# else