diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-02-21 19:35:47 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-02-21 19:35:47 +0100 |
commit | 7edd53ec277a6d4942caf315b1aba741d2cbc414 (patch) | |
tree | 72be8908a3d5e0778de3305966f7c38ebcf636e6 | |
parent | 5935c1be4fd77d3304e0666ba6e3e87aa70d8050 (diff) | |
download | libtdevnc-7edd53ec277a6d4942caf315b1aba741d2cbc414.tar.gz libtdevnc-7edd53ec277a6d4942caf315b1aba741d2cbc414.zip |
rfbproto: remove SOCKET redefinitions
-rw-r--r-- | rfb/rfbproto.h | 3 |
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 |