zig/lib/std/os/windows
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
advapi32.zig std.os.windows.advapi32: Add RegCloseKey 2023-03-07 18:14:37 -05:00
crypt32.zig clean up windows cert scanning 2023-01-17 00:08:42 -07:00
gdi32.zig
kernel32.zig Fix GetFileInformationByHandle compile error (#14829) 2023-03-19 23:23:05 +00:00
lang.zig
ntdll.zig Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device paths"" 2023-05-29 22:09:13 -04:00
ntstatus.zig
ole32.zig
psapi.zig
shell32.zig
sublang.zig
test.zig Revert "Revert "Windows: Support UNC, rooted, drive relative, and namespaced/device paths"" 2023-05-29 22:09:13 -04:00
user32.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
win32error.zig
winmm.zig
ws2_32.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00