rfbproto: re-add erroneously removed SOCKET definition

pull/3/head
Christian Beier 7 years ago
parent 26d84242cd
commit b551e7017b

@ -99,6 +99,7 @@ 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