Make many package time procedures use "contextless" calling convention

This commit is contained in:
gingerBill
2021-10-11 20:08:38 +01:00
parent 3a60bee804
commit 0d258e8b55
6 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package sys_windows
foreign import Synchronization "system:Synchronization.lib"
@(default_calling_convention="c")
@(default_calling_convention="stdcall")
foreign Synchronization {
WaitOnAddress :: proc(Address: PVOID, CompareAddress: PVOID, AddressSize: SIZE_T, dwMilliseconds: DWORD) -> BOOL ---
WakeByAddressSingle :: proc(Address: PVOID) ---