checking in the recent efforts at optimizing clam
[feisty_meow.git] / nucleus / library / application / windoze_helper.h
index 969501b55022ebcfa13f09c57ff968dacb7d4405..9a149a4193229836928d8a993bf1200515123d90 100644 (file)
 // gnarly headers that are needed for certain types of compilation...
 
 //unix headers not needed in here for new purpose of file.
-#ifndef _MSC_VER
+//#ifndef _MSC_VER
   #include <unistd.h>
   #ifdef __GNU_WINDOWS__
     #include <sys/unistd.h>
   #endif
-#endif
+//#endif
 #ifndef NO_XWINDOWS
   #ifdef __XWINDOWS__
     #include <Intrinsic.h>
     #define STRICT
   #endif
   // 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 <winsock2.h>
+
   // windows headers...
-  #define _WINSOCKAPI_  // make windows.h happy about winsock.
+//noooo  #define _WINSOCKAPI_  // make windows.h happy about winsock.
   #ifndef _AFXDLL
     // include ms-windows headers only if we're not doing mfc; mfc has its own
     // special way of including the headers.
 
 namespace application {
 
-//  istring module_name(const void *module_handle = NIL);
+//  istring module_name(const void *module_handle = NULL_POINTER);
     //!< returns the name of the module for the "module_handle" where supported.
-    /*!< if the handle is NIL, then the program name is returned. */
+    /*!< if the handle is NULL_POINTER, then the program name is returned. */
 
 
 //  u_int system_error();