updates from orpheus for windoze build
[feisty_meow.git] / nucleus / library / basis / environment.cpp
index 6ce8b06c4bc87a3371b7a7b524dabab0c1a9cd00..704c883bf5364519dc9494e936fe7be7a0b435fe 100644 (file)
   #include <unistd.h>
   #include <sys/times.h>
 #endif
+/*
 #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>
   #include <mmsystem.h>
 #endif
+*/
 
 namespace basis {