Bug #755 ยป allow_larger_selects.diff
| include/ruby/win32.h (working copy) | ||
|---|---|---|
|
// #include <stdarg.h> conflict with varargs.h?
|
||
|
#if !defined(WSAAPI)
|
||
|
#define FD_SETSIZE 4096
|
||
|
#include <winsock2.h>
|
||
|
#include <ws2tcpip.h>
|
||
|
#endif
|
||