mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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 |
||
|---|---|---|
| .. | ||
| advapi32.zig | ||
| crypt32.zig | ||
| gdi32.zig | ||
| kernel32.zig | ||
| lang.zig | ||
| nls.zig | ||
| ntdll.zig | ||
| ntstatus.zig | ||
| ole32.zig | ||
| psapi.zig | ||
| shell32.zig | ||
| sublang.zig | ||
| test.zig | ||
| user32.zig | ||
| win32error.zig | ||
| winmm.zig | ||
| ws2_32.zig | ||