Commit 7e13b8a5 authored by dscho's avatar dscho

fix compilation on non MinGW32...

parent 658b65ad
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment