Alexandre Julliard : ntdll: Always send the native TEB pointer to the server.
Module: wine Branch: master Commit: 4dca2cc797c9951531257d9bd69f8c24c71b6c2b URL: https://source.winehq.org/git/wine.git/?a=commit;h=4dca2cc797c9951531257d9bd... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu May 13 15:43:16 2021 +0200 ntdll: Always send the native TEB pointer to the server. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/loader.c | 20 ++++++++++++++++---- dlls/ntdll/tests/info.c | 5 +---- dlls/ntdll/unix/server.c | 18 ++++++++++++------ dlls/ntdll/unix/thread.c | 23 +++++++++++++++++++++++ dlls/ntdll/unix/virtual.c | 15 ++++++++++++--- server/debugger.c | 2 +- 6 files changed, 65 insertions(+), 18 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4dca2cc797c9951531257...
participants (1)
-
Alexandre Julliard