Those are generally the windows headers, not just MinGW

pull/1/head
Daniel Cohen Gindi 10 years ago
parent 1fc2951f22
commit e69e1efd75

@ -52,7 +52,7 @@ extern "C"
#include <sys/types.h>
#endif
#ifdef __MINGW32__
#ifdef WIN32
#undef SOCKET
#include <winsock2.h>
#ifdef LIBVNCSERVER_HAVE_WS2TCPIP_H
@ -267,7 +267,7 @@ typedef struct _rfbScreenInfo
SOCKET listenSock;
int maxSock;
int maxFd;
#ifdef __MINGW32__
#ifdef WIN32
struct fd_set allFds;
#else
fd_set allFds;

Loading…
Cancel
Save