https://bugs.winehq.org/show_bug.cgi?id=47198
--- Comment #87 from Manuel mail+wine@m-reimer.de --- Where is the correct point to add "Proof of concept fix 1 of 2" for Wine 4.20?
Again at the end of thread_init:
https://github.com/wine-mirror/wine/blob/master/dlls/ntdll/thread.c#L312
Or after the new place of the NtCreateKeyedEvent(...) call:
https://github.com/wine-mirror/wine/blob/master/dlls/ntdll/loader.c#L4257