mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-14 18:34:28 +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> PR #6663 <https://github.com/Genymobile/scrcpy/pull/6663>