mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
update miniupnpc
This commit is contained in:
parent
72b5f37f58
commit
b338dad241
25 changed files with 619 additions and 159 deletions
2
external/miniupnpc/receivedata.c
vendored
2
external/miniupnpc/receivedata.c
vendored
|
@ -28,7 +28,7 @@
|
|||
#endif /* _WIN32 */
|
||||
|
||||
#ifdef _WIN32
|
||||
#define PRINT_SOCKET_ERROR(x) printf("Socket error: %s, %d\n", x, WSAGetLastError());
|
||||
#define PRINT_SOCKET_ERROR(x) fprintf(stderr, "Socket error: %s, %d\n", x, WSAGetLastError());
|
||||
#else
|
||||
#define PRINT_SOCKET_ERROR(x) perror(x)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue