Module: wine Branch: master Commit: 3469ebf90e80290aefff07a988d4da717ab616b7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3469ebf90e80290aefff07a98...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 1 08:57:35 2021 +0200
ntdll: Implement RtlWow64GetThreadSelectorEntry().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/ntdll.spec | 1 + dlls/ntdll/process.c | 67 +++++++++++++++++++++ dlls/ntdll/tests/wow64.c | 137 ++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/signal_i386.c | 2 +- include/winternl.h | 1 + 5 files changed, 207 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3469ebf90e80290aefff0...