Alexandre Julliard : ntdll: Move the remaining process functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Jun 18 15:33:36 CDT 2020


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

Author: Alexandre Julliard <julliard at 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 at 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=44a230937b6dc320aad8b18828060e3e916eee03



More information about the wine-cvs mailing list