zig/lib/std/os/windows
Jakub Konka f0ed2ed67f Replace DeviceIoControl with FsControlFile
This commit replaces `windows.DeviceIoControl` with
`windows.FsControlFile` which is a wrapper around the NT-based
syscall `ntdll.NtFsControlFile`.
2020-07-27 19:45:23 +00:00
..
advapi32.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
bits.zig Start drafting CreateSymbolicLink using ntdll syscalls 2020-07-22 08:51:23 +02:00
gdi32.zig translate-c cleanup and zig fmt 2020-04-15 15:15:32 +03:00
kernel32.zig std: Implement progress for Windows 2020-04-22 12:58:02 +02:00
lang.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
ntdll.zig Replace DeviceIoControl with FsControlFile 2020-07-27 19:45:23 +00:00
ntstatus.zig NTSTATUS is a non-exhaustive enum 2020-01-31 22:33:17 +11:00
ole32.zig Implement the callconv() annotation 2020-01-02 18:53:16 +01:00
psapi.zig Revert "windows: remove the 'A' versions of psapi functions" 2020-02-10 12:30:20 -05:00
shell32.zig Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimator/zig 2020-01-07 16:13:34 -05:00
sublang.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
user32.zig Removed GetModuleHandleA from user32 2020-05-07 12:38:46 -04:00
win32error.zig Turn win32 errors into a non-exhaustive enum 2020-01-31 22:33:55 +11:00
ws2_32.zig zig fmt 2020-06-20 18:39:15 -04:00