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

Alexandre Julliard julliard at winehq.org
Tue Jun 16 17:08:49 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 16 11:35:55 2020 +0200

ntdll: Move the process information functions to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/loader.c            |   3 +-
 dlls/ntdll/ntdll_misc.h        |   7 -
 dlls/ntdll/process.c           | 623 +----------------------------------------
 dlls/ntdll/unix/loader.c       |   4 +-
 dlls/ntdll/unix/process.c      | 583 ++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/thread.c       |  11 +-
 dlls/ntdll/unix/unix_private.h |   4 +-
 dlls/ntdll/unix/virtual.c      |   4 +-
 dlls/ntdll/unixlib.h           |   8 +-
 9 files changed, 614 insertions(+), 633 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=e9e5c95058df1f409debeb6b05aa222b476d79f6



More information about the wine-cvs mailing list