Re: [PATCH 0/2] MR7: Draft: ntdll: Properly track refcount with forwarded exports.
18 Oct
2022
18 Oct
'22
12:28 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
1159
Age (days ago)
1159
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon