diff options
author | marha <marha@users.sourceforge.net> | 2011-06-08 15:50:38 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-06-08 15:50:38 +0200 |
commit | f28f44a67b3aa934f9ccba428d8de15d459cae91 (patch) | |
tree | 29da673feb249b64a89299763f1ca8c5b76e5ce1 /include/xcb/xcb_windefs.h | |
parent | edb9c0e1d46803ffefb7dad0098c46e0087e81a1 (diff) | |
download | vcxsrv-f28f44a67b3aa934f9ccba428d8de15d459cae91.tar.gz vcxsrv-f28f44a67b3aa934f9ccba428d8de15d459cae91.tar.bz2 vcxsrv-f28f44a67b3aa934f9ccba428d8de15d459cae91.zip |
Increased maximum number of clients to 1024
Diffstat (limited to 'include/xcb/xcb_windefs.h')
-rw-r--r-- | include/xcb/xcb_windefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xcb/xcb_windefs.h b/include/xcb/xcb_windefs.h index 16002adf7..5b3493d1a 100644 --- a/include/xcb/xcb_windefs.h +++ b/include/xcb/xcb_windefs.h @@ -33,7 +33,7 @@ #define INCL_WINSOCK_API_TYPEDEFS 1 /* Needed for LPFN_GETPEERNAME */
-#define FD_SETSIZE 256
+#define FD_SETSIZE 1024
#include <X11/Xwinsock.h>
#include <winsock2.h>
|