Alexandre Julliard : ntdll: Move the NtCreateUserProcess() implementation to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue Jun 16 17:08:49 CDT 2020


Module: wine
Branch: master
Commit: c4c3b06e83ce8f7f18e77a101656ba983fb0d0e3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c4c3b06e83ce8f7f18e77a101656ba983fb0d0e3

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 16 11:34:48 2020 +0200

ntdll: Move the NtCreateUserProcess() implementation to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/process.c           | 349 +-------------------------
 dlls/ntdll/unix/loader.c       |   3 +-
 dlls/ntdll/unix/process.c      | 548 ++++++++++++++++++++++++++++++++++++++++-
 dlls/ntdll/unix/unix_private.h |   6 +-
 dlls/ntdll/unix/virtual.c      |   2 +-
 dlls/ntdll/unixlib.h           |  13 +-
 6 files changed, 560 insertions(+), 361 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=c4c3b06e83ce8f7f18e77a101656ba983fb0d0e3



More information about the wine-cvs mailing list