16 Nov
2022
16 Nov
'22
1:55 p.m.
Exactly, with lowercase target module name to match other entries. It's trivial to check if you need a forward or import by comparing procedure addresses. For forwards you'll get same address from GetProcAddress(kernel32) and GetProcAddress(kernelbase). For import they will be different. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1374#note_16015