mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 14:04:20 +01:00
The exit code on windows is stored in a DWORD, an unsigned long: <https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2> Use the max value of this type for SC_EXIT_CODE_NONE.