Added new build option wxUSE_WEBVIEW_EDGE

This commit is contained in:
Tobias Taschner
2020-01-09 13:19:51 +01:00
parent 095a93e0c0
commit 1afeaa324d
10 changed files with 54 additions and 0 deletions

View File

@@ -336,6 +336,8 @@
#define wxUSE_WEBVIEW_IE 0
#endif
#define wxUSE_WEBVIEW_EDGE 0
#if (defined(__WXGTK__) && !defined(__WXGTK3__)) || defined(__WXOSX__)
#define wxUSE_WEBVIEW_WEBKIT 0
#else