Module: wine Branch: master Commit: 726cf9c0ebcd9abc5b8c3e29f44d1b7451606c58 URL: https://source.winehq.org/git/wine.git/?a=commit;h=726cf9c0ebcd9abc5b8c3e29f...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 30 09:56:32 2021 +0200
ntdll: Make sure the argv array matches the Unicode version, even when launching start.exe.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/env.c | 198 +++++++++++++++++++++++++++++------------------ dlls/ntdll/unix/loader.c | 25 ++++-- 2 files changed, 140 insertions(+), 83 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=726cf9c0ebcd9abc5b8c3...