X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fapplication%2Fdll_root.cpp;fp=nucleus%2Flibrary%2Fapplication%2Fdll_root.cpp;h=b54b9e2c975887db9e6eb722bd0fb2e7515c8b6b;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=7eab74b326da794cecb1fd5d7d12321761736cc7;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;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;