mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 09:25:11 +00:00
The old implementation had a bug in it in that it didn't quote empty strings, but it also didn't properly follow the special quoting rules required for the first argument (the executable name). This new implementation serializes the argv correctly such that it can be parsed by the `CommandLineToArgvW` algorithm.