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

Alexandre Julliard julliard at winehq.org
Tue Jun 23 15:52:52 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 23 14:29:31 2020 +0200

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

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

---

 dlls/ntdll/Makefile.in         |    1 +
 dlls/ntdll/loader.c            |    3 +-
 dlls/ntdll/nt.c                | 2799 ++--------------------------------------
 dlls/ntdll/ntdll_misc.h        |    7 +-
 dlls/ntdll/server.c            |    3 -
 dlls/ntdll/signal_i386.c       |   10 -
 dlls/ntdll/thread.c            |    9 +-
 dlls/ntdll/unix/loader.c       |    4 +-
 dlls/ntdll/unix/system.c       | 2575 ++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/thread.c       |   10 +-
 dlls/ntdll/unix/unix_private.h |   15 +-
 dlls/ntdll/unix/virtual.c      |    2 +-
 dlls/ntdll/unixlib.h           |   13 +-
 13 files changed, 2717 insertions(+), 2734 deletions(-)

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



More information about the wine-cvs mailing list