scrcpy/app
Romain Vimont 1d1c9f36f4 Retrieve correct error messages on Windows
For sockets functions, Windows does not store error codes in errno, so
perror() does not print any error. Use WSAGetLastError() instead.

Refs #2624 <https://github.com/Genymobile/scrcpy/issues/2624>
2021-09-09 23:03:35 +02:00
..
src Retrieve correct error messages on Windows 2021-09-09 23:03:35 +02:00
tests Add clock tests 2021-07-14 14:54:22 +02:00
meson.build Add clock tests 2021-07-14 14:54:22 +02:00
scrcpy.1 Fix typo in manpage 2021-09-07 21:41:40 +02:00