Re: [PATCH 0/2] MR7: Draft: ntdll: Properly track refcount with forwarded exports.
Oct. 22, 2022
1:35 p.m.
Rémi Bernon (@rbernon) commented about dlls/ntdll/loader.c:
" If you are using builtin %s, try using the native one instead.\n", forward, debugstr_w(get_modref(module)->ldr.FullDllName.Buffer), debugstr_w(get_modref(module)->ldr.BaseDllName.Buffer) ); + if (wm) LdrUnloadDll( wm->ldr.DllBase ); + } + else if (current_modref) + { + add_module_dependency( current_modref->ldr.DdagNode, wm->ldr.DdagNode );
Maybe we can then always add the module dependency after it's been loaded? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7#note_11122
1252
Age (days ago)
1252
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon