updates from orpheus for windoze build
[feisty_meow.git] / nucleus / library / textual / string_convert.h
index a0544728ffca1277f6ba3ee54cd6ac663e916911..117cdb6e112247f849b2b5d59c25c6da11490448 100644 (file)
 #include <basis/astring.h>
 #include <basis/utf_conversion.h>
 
+/*
 #ifdef __WIN32__
   #ifndef _MANAGED
       #define _WINSOCKAPI_  // the dance of the windows headers.
   // 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>
@@ -32,6 +33,7 @@
   #endif
   #endif
 #endif
+*/
 
 // forward.
 class _bstr_t;  // ATL (Active Template Library) string type.