Mention GCC/Clang support in wxWebViewEdge documentation

And add a comment explaining the name of the EventRegistrationToken include guard.
This commit is contained in:
Maarten Bent
2021-02-28 20:06:03 +01:00
committed by Vadim Zeitlin
parent 272c903234
commit 7532532800
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// Note: this include guard uses the same name as winrt/EventToken.h in the
// Windows SDK to prevent a struct type redefinition when both headers are
// included.
#ifndef __eventtoken_h__ #ifndef __eventtoken_h__
#define __eventtoken_h__ #define __eventtoken_h__

View File

@@ -320,7 +320,7 @@ public:
virtual filesystems, custom urls. virtual filesystems, custom urls.
This backend is not enabled by default, to build it follow these steps: This backend is not enabled by default, to build it follow these steps:
- Visual Studio 2015, or newer, is required - Visual Studio 2015 or newer, or GCC/Clang with c++11 is required
- With CMake just enable @c wxUSE_WEBVIEW_EDGE - With CMake just enable @c wxUSE_WEBVIEW_EDGE
- When not using CMake: - When not using CMake:
- Download the <a href="https://aka.ms/webviewnuget">WebView2 SDK</a> - Download the <a href="https://aka.ms/webviewnuget">WebView2 SDK</a>