mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-14 10:24:29 +01:00
Add a function to convert an argv array into a single escaped string to be passed to CreateProcess() on Windows. Refs <https://learn.microsoft.com/en-us/cpp/c-language/parsing-c-command-line-arguments> Refs <https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessw>