zig/lib/std/os/windows
Andrew Kelley a3ddca3657 std.Io.Threaded: delete Windows implementation of if_nametoindex
Microsoft documentation says "The if_nametoindex function is implemented
for portability of applications with Unix environments, but the
ConvertInterface functions are preferred."

This was also the only dependency on iphlpapi.
2025-10-29 06:20:51 -07:00
..
advapi32.zig std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi. 2024-11-02 10:44:18 +01:00
crypt32.zig std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi. 2024-11-02 10:44:18 +01:00
kernel32.zig windows: Delete obsolete environment variable kernel32 wrappers and bindings 2025-06-02 10:34:37 +02:00
lang.zig
nls.zig
ntdll.zig add FFI & wrappers for NtAllocateVirtualMemory & NtFreeVirtualMemory + add missing alloction constants MEM_RESERVE_PLACEHOLDER / MEM_PRESERVE_PLACEHOLDER 2025-03-04 22:10:49 -06:00
ntstatus.zig
sublang.zig
test.zig std.Io.Threaded: implement netListen for Windows 2025-10-29 06:20:50 -07:00
tls.zig Initial port work for *-windows-itanium support. 2024-09-28 21:43:52 +02:00
win32error.zig
ws2_32.zig std.Io.Threaded: delete Windows implementation of if_nametoindex 2025-10-29 06:20:51 -07:00