Alexandre Julliard : ntdll: Move configuration paths setup to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue May 19 16:07:49 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 19 12:35:54 2020 +0200

ntdll: Move configuration paths setup to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/Makefile.in   |   4 +-
 dlls/ntdll/env.c         |   3 +
 dlls/ntdll/loader.c      |   4 +
 dlls/ntdll/ntdll_misc.h  |   2 -
 dlls/ntdll/server.c      |  67 +--------------
 dlls/ntdll/unix/loader.c | 208 +++++++++++++++++++++++++++++++++++++++++------
 dlls/ntdll/unixlib.h     |   4 +-
 7 files changed, 199 insertions(+), 93 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=e6194290357343674f75f2fc577da7518e84be6a



More information about the wine-cvs mailing list