mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-30 12:15:04 -04:00
Fix LockFileEx and UnlockFileEx
This commit is contained in:
@@ -370,14 +370,14 @@ foreign kernel32 {
|
||||
dwReserved: DWORD,
|
||||
nNumberOfBytesToLockLow: DWORD,
|
||||
nNumberOfBytesToLockHigh: DWORD,
|
||||
lpOverlapped: ^LPOVERLAPPED,
|
||||
lpOverlapped: LPOVERLAPPED,
|
||||
) -> BOOL ---
|
||||
UnlockFileEx :: proc(
|
||||
hFile: HANDLE,
|
||||
dwReserved: DWORD,
|
||||
nNumberOfBytesToUnlockLow: DWORD,
|
||||
nNumberOfBytesToLockHigh: DWORD,
|
||||
lpOverlapped: ^LPOVERLAPPED,
|
||||
lpOverlapped: LPOVERLAPPED,
|
||||
) -> BOOL ---
|
||||
|
||||
GetFileTime :: proc(
|
||||
|
||||
Reference in New Issue
Block a user