Module: wine Branch: master Commit: 83e520f5567feda2024abf9cb007c0cd89189c01 URL: https://source.winehq.org/git/wine.git/?a=commit;h=83e520f5567feda2024abf9cb...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 11 21:04:27 2019 +0100
kernel32: Move exec process functionality to ntdll.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/process.c | 248 +----------------------------------------------- dlls/ntdll/loader.c | 39 ++++++-- dlls/ntdll/ntdll_misc.h | 1 + dlls/ntdll/process.c | 179 ++++++++++++++++++++++++++++++++++ 4 files changed, 210 insertions(+), 257 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=83e520f5567feda2024ab...