Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / application / dll_root.cpp
index 7eab74b326da794cecb1fd5d7d12321761736cc7..b54b9e2c975887db9e6eb722bd0fb2e7515c8b6b 100644 (file)
@@ -54,7 +54,7 @@ DllMain(application_instance instance, DWORD reason, LPVOID reserved)
     // mainly for debugging purposes.  having the value for DLL_NAME actually
     // stored should allow us to know which dll is being debugged.
 
-  static CDynLinkLibrary *dll_link = NIL;
+  static CDynLinkLibrary *dll_link = NULL_POINTER;
 
   static int dll_entry_count = 0;