Added new build option wxUSE_WEBVIEW_EDGE
This commit is contained in:
parent
095a93e0c0
commit
1afeaa324d
10 changed files with 54 additions and 0 deletions
|
|
@ -759,6 +759,13 @@
|
|||
#define wxUSE_WEBVIEW_IE 0
|
||||
#endif
|
||||
|
||||
// Use the Edge (Chromium) wxWebView backend (Requires WebView2 SDK)
|
||||
//
|
||||
// Default is 0
|
||||
//
|
||||
// Recommended setting: 1 when building for Windows with WebView2 SDK
|
||||
#define wxUSE_WEBVIEW_EDGE 0
|
||||
|
||||
// Use the WebKit wxWebView backend
|
||||
//
|
||||
// Default is 1 on GTK and OSX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue