1
Fork 0

bumpt compiler and tools to windows 0.59

This commit is contained in:
klensy 2025-01-14 16:57:04 +03:00
parent ebbe63891f
commit 84ce2e129a
10 changed files with 148 additions and 22 deletions

View file

@ -60,9 +60,9 @@ impl Lock {
unsafe {
LockFileEx(
HANDLE(file.as_raw_handle() as isize),
HANDLE(file.as_raw_handle()),
flags,
0,
None,
u32::MAX,
u32::MAX,
&mut overlapped,