Module: wine Branch: master Commit: dc90fe9a947cb04d2ea80acd0770514845e93989 URL: https://source.winehq.org/git/wine.git/?a=commit;h=dc90fe9a947cb04d2ea80acd0...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jan 13 15:23:28 2021 +0100
ntdll: Set the environment size in the process parameters.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50405 Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/env.c | 25 +++++++++++++------- dlls/ntdll/tests/env.c | 64 +++++++++++++++++++++++++++++++++++++++----------- include/winternl.h | 5 ++++ 3 files changed, 71 insertions(+), 23 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dc90fe9a947cb04d2ea80...