Module: wine Branch: master Commit: 7a122604eaad3d3cda9468fa024286df1d77729f URL: https://source.winehq.org/git/wine.git/?a=commit;h=7a122604eaad3d3cda9468fa0...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 12 11:13:57 2019 +0100
ntdll: Reimplement init_user_process_params() using RtlCreateProcessParametersEx().
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/env.c | 104 ++++++++++++++++++++++++++++++++++++++++--- dlls/ntdll/ntdll_misc.h | 1 + dlls/ntdll/thread.c | 115 ------------------------------------------------ 3 files changed, 98 insertions(+), 122 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7a122604eaad3d3cda946...