Alexandre Julliard : ntdll: Set the initial environment and command line in the process parameters on the Unix side.
Module: wine Branch: master Commit: 528f9d3217c2eed9ba8a8c643668660a9a047d31 URL: https://source.winehq.org/git/wine.git/?a=commit;h=528f9d3217c2eed9ba8a8c643... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Feb 15 12:43:56 2021 +0100 ntdll: Set the initial environment and command line in the process parameters on the Unix side. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/env.c | 224 +++++++++-------------------------------- dlls/ntdll/unix/env.c | 174 ++++++++++++++++++++++++++++---- dlls/ntdll/unix/loader.c | 3 - dlls/ntdll/unix/unix_private.h | 3 - dlls/ntdll/unixlib.h | 5 +- 5 files changed, 198 insertions(+), 211 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=528f9d3217c2eed9ba8a8...
participants (1)
-
Alexandre Julliard