Files
zig/lib/std/zig
Stephen Gregoratto 9532f72937 Windows: Replace CreatePipe with ntdll implementation
This implementation is now a direct replacement for the `kernel32` one.
New bitflags for named pipes and other generic ones were added based on
browsing the ReactOS sources.

`UNICODE_STRING.Buffer` has also been changed to be nullable, as
this is what makes the implementation work.
This required some changes to places accesssing the buffer after a
`SUCCESS`ful return, most notably `QueryObjectName` which even referred
to it being nullable.
2024-03-16 23:37:50 +11:00
..
2024-03-06 13:59:46 -08:00
2024-02-25 11:22:10 +01:00
2024-03-06 13:59:46 -08:00
2023-04-13 02:47:16 -04:00
2023-11-03 23:18:21 -04:00