ntdll: Reimplement init_user_process_params() using RtlCreateProcessParametersEx().
commit7a122604eaad3d3cda9468fa024286df1d77729f
authorAlexandre Julliard <julliard@winehq.org>
Tue, 12 Feb 2019 10:13:57 +0000 (12 11:13 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 12 Feb 2019 10:31:53 +0000 (12 11:31 +0100)
treee7711cbfc81169de713d6f7baed15924f0475590
parent6abf99b4803003812d4fcf7bf9effc99030cbec9
ntdll: Reimplement init_user_process_params() using RtlCreateProcessParametersEx().

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/env.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/thread.c