ntdll: Move the NtCreateUserProcess() implementation to the Unix library.
commitc4c3b06e83ce8f7f18e77a101656ba983fb0d0e3
authorAlexandre Julliard <julliard@winehq.org>
Tue, 16 Jun 2020 09:34:48 +0000 (16 11:34 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Jun 2020 10:04:13 +0000 (16 12:04 +0200)
tree3ded69491019c2be68de55f7018b0128502f077a
parent2a15390eb916e563d13ae6c0fad5da741f5acd6e
ntdll: Move the NtCreateUserProcess() implementation to the Unix library.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/process.c
dlls/ntdll/unix/loader.c
dlls/ntdll/unix/process.c
dlls/ntdll/unix/unix_private.h
dlls/ntdll/unix/virtual.c
dlls/ntdll/unixlib.h