diff win/edge.cpp @ 2167:da33732f182d

Win: Add support for building with Clang/LLVM on Windows. SET CLANG=Y Fix a few warnings generated by Clang on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 04 Oct 2020 21:09:02 +0000
parents 05dd5189099f
children f1241b668611
line wrap: on
line diff
--- a/win/edge.cpp	Thu Oct 01 18:01:45 2020 +0000
+++ b/win/edge.cpp	Sun Oct 04 21:09:02 2020 +0000
@@ -7,7 +7,7 @@
  * Only included when BUILD_EDGE is defined, will fall back to embedded IE.
  */
 #include "dw.h"
-#include "webview2.h"
+#include "WebView2.h"
 #include <wrl.h>
 
 using namespace Microsoft::WRL;