You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
src Retrieve correct error messages on Windows 3 years ago
tests Add clock tests 3 years ago
meson.build Add clock tests 3 years ago
scrcpy.1 Fix typo in manpage 3 years ago