chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:29:49 +08:00
commit 505bac6b53
1470 changed files with 457757 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/* First-party compatibility shim, not part of the WebView2 SDK package:
* WebView2.h includes "EventToken.h" for this one struct, and the
* mingw-w64 headers zig ships do not carry that file. The layout is the
* OS ABI's event-registration cookie — a single 64-bit value. */
#ifndef __EVENTTOKEN_H__
#define __EVENTTOKEN_H__
typedef struct EventRegistrationToken {
__int64 value;
} EventRegistrationToken;
#endif