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
///////////////////////////////////////////////////////////////////////////////
// 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__
#define __eventtoken_h__