mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
In https://github.com/ziglang/zig/pull/19641, this binding changed from `[*]u16` to `LPWSTR` which made it a sentinel-terminated pointer. This introduced a compiler error in the `std.os.windows.GetModuleFileNameW` wrapper since it takes a `[*]u16` pointer. This commit changes the binding back to what it was before instead of introducing a breaking change to `std.os.windows.GetModuleFileNameW` Related: https://github.com/ziglang/zig/issues/20858 |
||
|---|---|---|
| .. | ||
| advapi32.zig | ||
| crypt32.zig | ||
| kernel32.zig | ||
| lang.zig | ||
| nls.zig | ||
| ntdll.zig | ||
| ntstatus.zig | ||
| sublang.zig | ||
| test.zig | ||
| win32error.zig | ||
| ws2_32.zig | ||