Alexandre Julliard : kernel32: Move exec process functionality to ntdll.

Alexandre Julliard julliard at winehq.org
Mon Nov 11 16:20:22 CST 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov 11 21:04:27 2019 +0100

kernel32: Move exec process functionality to ntdll.

Signed-off-by: Alexandre Julliard <julliard at 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=83e520f5567feda2024abf9cb007c0cd89189c01



More information about the wine-cvs mailing list