Module: wine Branch: master Commit: eee3a4e84a07c50c65c3a7619247f62dbca826b6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=eee3a4e84a07c50c65c3a7619...
Author: Alexandre Julliard julliard@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@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=eee3a4e84a07c50c65c3a...