Module: wine Branch: master Commit: f51cd0a1b5383506c5b1a535f702acab42898d08 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f51cd0a1b5383506c5b1a535f...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Sep 2 14:48:05 2020 +0200
ntdll: Use the process parameters directly in exec_process().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/loader.c | 50 +++++++++++++++++++++++++++++++------ dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/process.c | 56 ------------------------------------------ dlls/ntdll/unix/process.c | 9 ++++--- dlls/ntdll/unix/unix_private.h | 2 +- dlls/ntdll/unixlib.h | 4 +-- 6 files changed, 51 insertions(+), 71 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f51cd0a1b5383506c5b1a...