Skip to content
Snippets Groups Projects
Commit 6ec453e2 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

FD_SETSIZE defined in WinSock.h

Rev: src/global.h:1.87
parent 9929d656
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: global.h,v 1.86 2003/04/04 11:45:05 grubba Exp $
|| $Id: global.h,v 1.87 2003/04/15 18:19:13 nilsson Exp $
*/
#ifndef GLOBAL_H
......@@ -120,6 +120,7 @@ void *alloca();
#ifdef __NT__
/* We are running NT */
#undef FD_SETSIZE
#define FD_SETSIZE MAX_OPEN_FILEDESCRIPTORS
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment