zig/lib/std/os/windows
Andrew Kelley 60e2ea0bfb windows: use ProcessPrng from bcryptprimitives.dll
rather than SystemFunction036 from advapi32. This has the advantage that
the code is loaded preemptively, preventing random numbers from
failing when they are needed for the first time on a system under heavy
load.
2026-01-05 00:36:11 -08:00
..
advapi32.zig windows: use ProcessPrng from bcryptprimitives.dll 2026-01-05 00:36:11 -08:00
bcryptprimitives.zig windows: use ProcessPrng from bcryptprimitives.dll 2026-01-05 00:36:11 -08:00
crypt32.zig std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi. 2024-11-02 10:44:18 +01:00
kernel32.zig std: fix windows compilation errors 2026-01-04 00:27:08 -08:00
lang.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
nls.zig Add os.windows.nls.upcaseW, a cross-platform implementation of RtlUpcaseUnicodeChar 2023-06-30 15:29:43 -07:00
ntdll.zig std.Io.Threaded: hugely improve Windows and NetBSD support 2026-01-03 15:45:10 +00:00
ntstatus.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
sublang.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
test.zig std: fix windows compilation errors 2026-01-04 00:27:08 -08:00
tls.zig Initial port work for *-windows-itanium support. 2024-09-28 21:43:52 +02:00
win32error.zig Merge pull request #25763 from mrjbq7/cancelled 2025-10-30 04:40:13 +00:00
ws2_32.zig std: fix definition of ws2_32.GetAddrInfoExW 2025-10-29 06:20:52 -07:00