Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / application / windoze_helper.h
index b0ec409ff224d48fda9c63814df8b5d5873febc1..071e0fcdf0c43e4c781e62e0cc7d042689529b7f 100644 (file)
 
 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();