Alexandre Julliard : ntdll: Store the current PEB in a global variable.
Module: wine Branch: master Commit: 588d91aecf2bf8ac7e9ae1de44ddc01caae52109 URL: https://source.winehq.org/git/wine.git/?a=commit;h=588d91aecf2bf8ac7e9ae1de4... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 15 12:40:01 2021 +0200 ntdll: Store the current PEB in a global variable. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/unix/debug.c | 2 +- dlls/ntdll/unix/env.c | 3 +-- dlls/ntdll/unix/loader.c | 3 ++- dlls/ntdll/unix/server.c | 3 +-- dlls/ntdll/unix/system.c | 16 ++++++++-------- dlls/ntdll/unix/thread.c | 8 ++++---- dlls/ntdll/unix/unix_private.h | 2 +- dlls/ntdll/unix/virtual.c | 19 +++++++------------ 8 files changed, 25 insertions(+), 31 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=588d91aecf2bf8ac7e9ae...
participants (1)
-
Alexandre Julliard