X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fwindoze_helper.h;fp=nucleus%2Flibrary%2Fapplication%2Fwindoze_helper.h;h=071e0fcdf0c43e4c781e62e0cc7d042689529b7f;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=b0ec409ff224d48fda9c63814df8b5d5873febc1;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/nucleus/library/application/windoze_helper.h b/nucleus/library/application/windoze_helper.h index b0ec409f..071e0fcd 100644 --- a/nucleus/library/application/windoze_helper.h +++ b/nucleus/library/application/windoze_helper.h @@ -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();