4 Feb
2025
4 Feb
'25
11:14 p.m.
Jacek Caban (@jacek) commented about dlls/ntdll/loader.c:
return NULL; } } + else + { + if (wm->ldr.LoadCount != -1) wm->ldr.LoadCount++;
Unless I'm missing something, this means that we'd increase `LoadCount` for each lookup, meaning that multiple `GetProcAddress` would keep incrementing it. Is that intentional? My guess would be to do that when adding a new dependency. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7#note_93656