zig/lib/std/os
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
..
linux io_uring: let the OS choose a free local port for all tests 2023-07-24 20:12:41 -07:00
plan9 all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
uefi more UEFI alignment fixes 2023-07-20 12:46:33 -07:00
windows windows_sdk.zig: Reinstate COM ISetupEnumInstances logic 2023-07-28 19:19:32 -07:00
linux.zig std.os.linux | Fix sendmmsg function | Issue #16513 2023-07-25 11:04:10 -07:00
plan9.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
test.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
uefi.zig std.os.uefi: use std.os.uefi.cc instead of .C as calling convention 2023-07-08 17:32:36 -04:00
wasi.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
windows.zig windows_sdk.zig: Reinstate COM ISetupEnumInstances logic 2023-07-28 19:19:32 -07:00