From 7edd53ec277a6d4942caf315b1aba741d2cbc414 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 21 Feb 2017 19:35:47 +0100 Subject: [PATCH] rfbproto: remove SOCKET redefinitions --- rfb/rfbproto.h | 3 --- 1 file changed, 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 #include -#undef SOCKET -#define SOCKET int #else #include #endif @@ -101,7 +99,6 @@ typedef int8_t rfbBool; #ifdef LIBVNCSERVER_HAVE_NETINET_IN_H #include #endif -#define SOCKET int typedef int8_t rfbBool; #undef FALSE #define FALSE 0