rfbproto: remove SOCKET redefinitions

pull/3/head
Christian Beier 7 years ago
parent 5935c1be4f
commit 7edd53ec27

@ -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

Loading…
Cancel
Save