We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d39c2 commit 2d72fc8Copy full SHA for 2d72fc8
1 file changed
libvncclient/sockets.c
@@ -38,9 +38,7 @@
38
#ifdef WIN32
39
#undef SOCKET
40
#include <winsock2.h>
41
-#ifdef MINGW32
42
#define EWOULDBLOCK WSAEWOULDBLOCK
43
-#endif
44
#define close closesocket
45
#define read(sock,buf,len) recv(sock,buf,len,0)
46
#define write(sock,buf,len) send(sock,buf,len,0)
0 commit comments