fix compilation on non MinGW32...

pull/1/head
dscho 20 years ago
parent 658b65ad0c
commit 7e13b8a594

@ -212,7 +212,11 @@ typedef struct _rfbScreenInfo
SOCKET listenSock;
int maxSock;
int maxFd;
#ifdef __MINGW32__
struct fd_set allFds;
#else
fd_set allFds;
#endif
rfbBool socketInitDone;
SOCKET inetdSock;

Loading…
Cancel
Save