https://bugs.winehq.org/show_bug.cgi?id=47208
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #8 from Jacek Caban jacek@codeweavers.com --- Created attachment 64476 --> https://bugs.winehq.org/attachment.cgi?id=64476 hacks
I didn't try Office 2019, but Office generally hooks some ntdll functions and those hooked functions need to be used by some ntdll code like loader. With syscall patchset internal ntdll calls don't use hooked syscall thunks unless we explicitly use them. I'm attaching a diff dug out from my tree. It may help, but it probably needs porting to current tree.