Merge pull request #3371 from mailgerigk/windows-setevent

Add windows.SetEvent
This commit is contained in:
gingerBill
2024-04-04 18:09:21 +01:00
committed by GitHub

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,