Fix dll killing, load modeseldll

This commit is contained in:
dbalatoni13 2025-04-12 22:16:44 +02:00
parent c133583b3b
commit 176f6f9638
15 changed files with 159 additions and 52 deletions

View file

@ -140,7 +140,7 @@ void omDLLUnlink(omDllData *dll_ptr, s16 flag)
{
OSReport("odjdll>Unlink DLL:%s\n", dll_ptr->name);
#ifdef _WIN32
FreeLibrary(dll_ptr->hModule);
FreeLibrary(dll_ptr->hModule);
#else
if(flag == 1) {
OSReport("objdll>Unlink DLL epilog\n");