zig/lib/std/os/windows
Ryan Liptak 8579f720b0 windows_sdk.zig: Reinstate COM ISetupEnumInstances logic
The C++ version of this code used this logic, and it turns out it is able to find some setups that the current registry/Vs7 methods cannot.

For example, if only the "Build Tools for Visual Studio" are installed but not Visual Studio itself, then only the ISetupEnumInstances method seems to find it.

Follow up to #15657, fixes a regression caused by moving from the C++ version to the Zig version
2023-07-28 19:19:32 -07:00
..
advapi32.zig std.os.windows.advapi32: add RegLoadAppKeyW 2023-07-23 17:10:57 +06: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
nls.zig Add os.windows.nls.upcaseW, a cross-platform implementation of RtlUpcaseUnicodeChar 2023-06-30 15:29:43 -07:00
ntdll.zig debug: fix reading -gdwarf generated debug sections in COFF files 2023-07-20 22:58:14 -04:00
ntstatus.zig
ole32.zig windows_sdk.zig: Reinstate COM ISetupEnumInstances logic 2023-07-28 19:19:32 -07:00
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 Use builtin inference over @as where possible 2023-07-24 10:23:51 -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