Module: wine Branch: master Commit: ee5c842e5303c70e88a1c68390c46db1f1689f19 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ee5c842e5303c70e88a1c6839...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 11 10:50:11 2020 +0200
ntdll: Move the creation of the initial environment to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/Makefile.in | 1 + dlls/ntdll/env.c | 102 ++----- dlls/ntdll/unix/env.c | 606 +++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/unix/loader.c | 236 +--------------- dlls/ntdll/unix/unix_private.h | 23 ++ dlls/ntdll/unixlib.h | 3 +- 6 files changed, 651 insertions(+), 320 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ee5c842e5303c70e88a1c...