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
..
2021-07-14 14:54:22 +02:00
2021-07-14 14:54:22 +02:00
2021-09-07 21:41:40 +02:00