X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fwindoze_helper.h;h=071e0fcdf0c43e4c781e62e0cc7d042689529b7f;hb=56a8b71bcfe324f83044a12738004151ff2fc064;hp=969501b55022ebcfa13f09c57ff968dacb7d4405;hpb=5a8e13e7a44ed98d9683bc6cd3bb374e9d3b0756;p=feisty_meow.git diff --git a/nucleus/library/application/windoze_helper.h b/nucleus/library/application/windoze_helper.h index 969501b5..071e0fcd 100644 --- a/nucleus/library/application/windoze_helper.h +++ b/nucleus/library/application/windoze_helper.h @@ -42,8 +42,8 @@ #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 // windows headers... @@ -140,9 +140,9 @@ 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();