X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fdll_root.cpp;h=b54b9e2c975887db9e6eb722bd0fb2e7515c8b6b;hb=f2c381af4be9725e6aba384fc08de228666f6e63;hp=7eab74b326da794cecb1fd5d7d12321761736cc7;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/application/dll_root.cpp b/nucleus/library/application/dll_root.cpp index 7eab74b3..b54b9e2c 100644 --- a/nucleus/library/application/dll_root.cpp +++ b/nucleus/library/application/dll_root.cpp @@ -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;