Alexandre Julliard : ntdll: Move the creation of the initial environment to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Jun 11 15:26:44 CDT 2020


Module: wine
Branch: master
Commit: ee5c842e5303c70e88a1c68390c46db1f1689f19
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ee5c842e5303c70e88a1c68390c46db1f1689f19

Author: Alexandre Julliard <julliard at 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 at 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=ee5c842e5303c70e88a1c68390c46db1f1689f19



More information about the wine-cvs mailing list