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 2e98a96 commit 049af7dCopy full SHA for 049af7d
2 files changed
libvncclient/rfbproto.c
@@ -42,6 +42,10 @@
42
#undef SOCKET
43
#undef socklen_t
44
#endif
45
+#ifdef LIBVNCSERVER_HAVE_WS2TCPIP_H
46
+#undef socklen_t
47
+#include <ws2tcpip.h>
48
+#endif
49
#ifdef LIBVNCSERVER_HAVE_LIBZ
50
#include <zlib.h>
51
#ifdef __CHECKER__
rfb/rfbclient.h
@@ -52,11 +52,6 @@
52
53
#include <rfb/rfbproto.h>
54
#include <rfb/keysym.h>
55
-#ifdef __MINGW32__
56
-#undef SOCKET
57
-#undef socklen_t
58
-#include <ws2tcpip.h>
59
-#endif
60
61
#ifdef LIBVNCSERVER_HAVE_SASL
62
#include <sasl/sasl.h>
0 commit comments