Module: wine Branch: master Commit: 47fed8f5bc89344af054b70c2d3a7bea02b2113c URL: https://source.winehq.org/git/wine.git/?a=commit;h=47fed8f5bc89344af054b70c2...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 24 10:54:05 2021 +0100
ntdll: Don't set the DllPath parameter by default.
Recent Windows versions don't set it either.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernelbase/process.c | 10 +++----- dlls/ntdll/env.c | 59 +++++++++++++++++++++++------------------------ dlls/ntdll/loader.c | 32 ++++++++++++------------- dlls/ntdll/unix/env.c | 1 - 4 files changed, 47 insertions(+), 55 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=47fed8f5bc89344af054b...