Add windows.SetEvent

This commit is contained in:
gerigk
2024-04-04 16:00:01 +02:00
parent 99aff7e3fb
commit 62cebe1bc9

View File

@@ -324,6 +324,7 @@ foreign kernel32 {
lpName: LPCWSTR,
) -> HANDLE ---
ResetEvent :: proc(hEvent: HANDLE) -> BOOL ---
SetEvent :: proc(hEvent: HANDLE) -> BOOL ---
WaitForMultipleObjects :: proc(
nCount: DWORD,
lpHandles: ^HANDLE,