comparison 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
comparison
equal deleted inserted replaced
2166:f98cecae5402 2167:da33732f182d
5 * Requires Windows 10, 8 or 7 with Microsoft Edge (Chromium) installed. 5 * Requires Windows 10, 8 or 7 with Microsoft Edge (Chromium) installed.
6 * 6 *
7 * Only included when BUILD_EDGE is defined, will fall back to embedded IE. 7 * Only included when BUILD_EDGE is defined, will fall back to embedded IE.
8 */ 8 */
9 #include "dw.h" 9 #include "dw.h"
10 #include "webview2.h" 10 #include "WebView2.h"
11 #include <wrl.h> 11 #include <wrl.h>
12 12
13 using namespace Microsoft::WRL; 13 using namespace Microsoft::WRL;
14 14
15 #define _DW_HTML_DATA_NAME "_dw_edge" 15 #define _DW_HTML_DATA_NAME "_dw_edge"