https://bugs.winehq.org/show_bug.cgi?id=33236
--- Comment #10 from Paul Gofman pgofman@codeweavers.com --- Thanks for the details. My point was, "LdrLoadDll to behave like native Windows" looks like too broad to easily understand what exactly is currently missing in Wine (given that now Wine does not bypass Nt functions to load a module like that was the case earlier).
Do I understand correctly that to solve this specific bug Wine needs to call NtOpenSection instead of NtOpenFile for modules?