sheredom / subprocess.h

🐜 single header process launching solution for C and C++
The Unlicense
1.12k stars 97 forks source link

Process arguments literally on windows #27

Closed Wirtos closed 3 years ago

Wirtos commented 3 years ago

This patch allows parameters such as {"multi\nline", "\"hello\"", NULL} to be processed literally on windows.

sheredom commented 3 years ago

Any chance you could add an explicit test for this too? Don't want to regress it again in future s'all.

Wirtos commented 3 years ago

Looks like it passes the new test both on Linux and Windows now

sheredom commented 3 years ago

Awesome work - thanks! 😄