25 Jan
2023
25 Jan
'23
11:06 p.m.
On Wed Jan 25 23:06:49 2023 +0000, Paul Gofman wrote:
I can't easily guess a scenario how that will make anything work which won't work without those stubs. I think a hypothetical case if some other game will check the presence more thoroughly and will also GetProcAddress but won't call the functions is unlikely. Adding those stubs is rather a bit more likely to break something which will try to use them. makes sense I guess that's because this library doesn't have an api or anything (so applications cannot call functions without LoadLibrary + GetProcAddress, the latter would return null with no @stub, which applications would ideally check for, before using it)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2027#note_21946