mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Resurrect <windows.h> as <windowsesque.h>
This commit is contained in:
parent
68b9479f0c
commit
3eb405e0e2
6 changed files with 4340 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue