aboutsummaryrefslogtreecommitdiff
path: root/lib/std/multi_array_list.zig
diff options
context:
space:
mode:
authorRyan Liptak <squeek502@hotmail.com>2024-07-29 06:07:20 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-07-29 16:06:36 -0700
commitefde3ed04a8745a567f2cb964b45e094bae59344 (patch)
treedb7e4567331df41aeb7330c953bef173065db6d4 /lib/std/multi_array_list.zig
parentd60c100eb6f1d91b3b2bb6ac38f08450c7ec8356 (diff)
downloadzig-efde3ed04a8745a567f2cb964b45e094bae59344.tar.gz
zig-efde3ed04a8745a567f2cb964b45e094bae59344.zip
Fix compile error due to GetModuleFileNameW binding change
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
Diffstat (limited to 'lib/std/multi_array_list.zig')
0 files changed, 0 insertions, 0 deletions