Ryan Liptak efde3ed04a 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
2024-07-29 16:06:36 -07:00
..
2024-07-26 14:33:59 -07:00
2024-05-08 19:37:29 -07:00
2024-07-29 13:24:29 -07:00
2024-06-16 11:53:33 +02:00
2024-07-25 18:52:21 -07:00