Module: wine Branch: master Commit: 3a32ea8e91431b1269a82fbc4d6844f2a80dacc9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3a32ea8e91431b1269a82fbc4...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jul 7 11:39:57 2021 +0200
ntdll: Add support for LdrSystemDllInitBlock.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/loader.c | 14 +++++ dlls/ntdll/ntdll.spec | 1 + dlls/ntdll/ntdll_misc.h | 4 ++ dlls/ntdll/signal_arm64.c | 3 +- dlls/ntdll/tests/wow64.c | 116 +++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/loader.c | 28 ++++++++++ dlls/ntdll/unix/unix_private.h | 2 + include/winternl.h | 20 +++++++ 8 files changed, 187 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3a32ea8e91431b1269a82...