Module: wine Branch: master Commit: e6194290357343674f75f2fc577da7518e84be6a URL: https://source.winehq.org/git/wine.git/?a=commit;h=e6194290357343674f75f2fc5...
Author: Alexandre Julliard julliard@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@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=e6194290357343674f75f...