Resurrect <windows.h> as <windowsesque.h>

This commit is contained in:
Justine Tunney 2024-02-21 16:40:32 -08:00
parent 68b9479f0c
commit 3eb405e0e2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 4340 additions and 0 deletions

View file

@ -57,6 +57,9 @@ int32_t DeregisterEventSource(uint64_t handle);
int64_t CreateEvent(const struct NtSecurityAttributes *opt_lpEventAttributes,
bool32 bManualReset, bool32 bInitialState,
const char16_t *opt_lpName);
int64_t CreateEventA(const struct NtSecurityAttributes *opt_lpEventAttributes,
bool32 bManualReset, bool32 bInitialState,
const char *opt_lpName);
int64_t CreateEventEx(const struct NtSecurityAttributes *lpEventAttributes,
const char16_t *lpName, uint32_t dwFlags,
uint32_t dwDesiredAccess);