Alexandre Julliard : kernel32: Move support for starting Unix processes to ntdll.

Alexandre Julliard julliard at winehq.org
Tue Nov 12 16:56:07 CST 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Nov 12 21:48:49 2019 +0100

kernel32: Move support for starting Unix processes to ntdll.

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

---

 dlls/kernel32/process.c | 364 ++----------------------------------------------
 dlls/ntdll/env.c        |  68 +++++++++
 dlls/ntdll/ntdll_misc.h |   1 +
 dlls/ntdll/process.c    | 105 +++++++++++++-
 4 files changed, 184 insertions(+), 354 deletions(-)

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



More information about the wine-cvs mailing list