zig/lib/std/os/windows
Andrew Kelley 06129d7e3d std: implement a cross platform file locking abstraction
This modifies the lock semantics from using AccessMode to using
NtLockFile/NtUnlockFile.

This is a breaking change.
2021-06-29 14:25:04 -07:00
..
advapi32.zig Year++ 2020-12-31 15:45:24 -08:00
bits.zig std: Avoid deadlocking in ChildProcess.exec 2021-06-17 17:39:32 -06:00
gdi32.zig Year++ 2020-12-31 15:45:24 -08:00
kernel32.zig finish ChildProcess collectOutputWindows 2021-06-18 08:26:22 -06:00
lang.zig Year++ 2020-12-31 15:45:24 -08:00
ntdll.zig std: implement a cross platform file locking abstraction 2021-06-29 14:25:04 -07:00
ntstatus.zig move behavior tests from test/stage1/ to test/ 2021-04-29 15:54:04 -07:00
ole32.zig Year++ 2020-12-31 15:45:24 -08:00
psapi.zig Year++ 2020-12-31 15:45:24 -08:00
shell32.zig Year++ 2020-12-31 15:45:24 -08:00
sublang.zig Year++ 2020-12-31 15:45:24 -08:00
test.zig handle relative paths with too many ".." 2021-05-21 01:29:40 -06:00
user32.zig Merge pull request #8776 from notviri/windows-wm-constants 2021-05-20 18:51:45 -04:00
win32error.zig std: fix compile errors caught by stage2 AstGen 2021-04-22 18:07:46 -07:00
winmm.zig std.os.windows: implement <timeapi.h> (#8801) 2021-06-11 12:19:35 +03:00
ws2_32.zig os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible 2021-06-01 18:24:43 +09:00