# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1592072584 0 # Node ID 9a5dbda8f2ab4273d6cc5a91d96b40e3f2648ebf # Parent 07666f97412f7dde926038e171c0bce5fa8a3962 Win: Fix building with WebView2 SDK 0.9.538. More breaking changes Microsoft? diff -r 07666f97412f -r 9a5dbda8f2ab win/edge.cpp --- a/win/edge.cpp Fri Jun 12 21:02:20 2020 +0000 +++ b/win/edge.cpp Sat Jun 13 18:23:04 2020 +0000 @@ -226,7 +226,7 @@ BOOL EdgeBrowser::Detect(VOID) { - CreateCoreWebView2EnvironmentWithDetails(nullptr, nullptr, nullptr, + CreateCoreWebView2EnvironmentWithOptions(nullptr, nullptr, nullptr, Callback( [this](HRESULT result, ICoreWebView2Environment* env) -> HRESULT { // Successfully created Edge environment, return TRUE