Alexandre Julliard : kernel32: Move exec process functionality to ntdll.
11 Nov
2019
11 Nov
'19
10:20 p.m.
Module: wine Branch: master Commit: 83e520f5567feda2024abf9cb007c0cd89189c01 URL: https://source.winehq.org/git/wine.git/?a=commit;h=83e520f5567feda2024abf9cb... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Nov 11 21:04:27 2019 +0100 kernel32: Move exec process functionality to ntdll. Signed-off-by: Alexandre Julliard <julliard(a)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...
2320
Age (days ago)
2320
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard