summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-02-21 19:35:47 +0100
committerChristian Beier <dontmind@freeshell.org>2017-02-21 19:35:47 +0100
commit7edd53ec277a6d4942caf315b1aba741d2cbc414 (patch)
tree72be8908a3d5e0778de3305966f7c38ebcf636e6 /rfb/rfbproto.h
parent5935c1be4fd77d3304e0666ba6e3e87aa70d8050 (diff)
downloadlibtdevnc-7edd53ec277a6d4942caf315b1aba741d2cbc414.tar.gz
libtdevnc-7edd53ec277a6d4942caf315b1aba741d2cbc414.zip
rfbproto: remove SOCKET redefinitions
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r--rfb/rfbproto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h
index b680da4..3216601 100644
--- a/rfb/rfbproto.h
+++ b/rfb/rfbproto.h
@@ -67,8 +67,6 @@
typedef int8_t rfbBool;
#include <sys/timeb.h>
#include <winsock2.h>
-#undef SOCKET
-#define SOCKET int
#else
#include <rfb/rfbconfig.h>
#endif
@@ -101,7 +99,6 @@ typedef int8_t rfbBool;
#ifdef LIBVNCSERVER_HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
-#define SOCKET int
typedef int8_t rfbBool;
#undef FALSE
#define FALSE 0