tracking down insane socket tester bugs on windoze, where the main culprit so far...
[feisty_meow.git] / nucleus / library / basis / environment.cpp
index 6ce8b06c4bc87a3371b7a7b524dabab0c1a9cd00..50d7042f9f7ea106ba7322f57e2347d53dac2a13 100644 (file)
@@ -24,8 +24,8 @@
 #ifdef _MSC_VER
   #define _WINSOCKAPI_  // make windows.h happy about winsock.
   // winsock support...
-  #undef FD_SETSIZE
-  #define FD_SETSIZE 1000
+//  #undef FD_SETSIZE
+//  #define FD_SETSIZE 1000
     // if you don't set this, you can only select on a default of 64 sockets.
   #include <winsock2.h>
   #include <windows.h>