Alexandre Julliard : ntdll: Move the remaining process functions to the Unix library.
Module: wine Branch: master Commit: 44a230937b6dc320aad8b18828060e3e916eee03 URL: https://source.winehq.org/git/wine.git/?a=commit;h=44a230937b6dc320aad8b1882... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jun 18 09:05:30 2020 +0200 ntdll: Move the remaining process functions to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dbgeng/dbgeng.c | 3 - dlls/ntdll/process.c | 234 ++--------------------------------------- dlls/ntdll/unix/loader.c | 5 + dlls/ntdll/unix/process.c | 95 +++++++++++++++-- dlls/ntdll/unix/unix_private.h | 2 +- dlls/ntdll/unix/virtual.c | 35 ++++++ dlls/ntdll/unixlib.h | 10 +- include/winternl.h | 3 + 8 files changed, 145 insertions(+), 242 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=44a230937b6dc320aad8b...
participants (1)
-
Alexandre Julliard