Alexandre Julliard : ntdll: Implement NtSetLdtEntries().

Alexandre Julliard julliard at winehq.org
Wed Apr 1 15:50:59 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Apr  1 12:33:37 2020 +0200

ntdll: Implement NtSetLdtEntries().

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

---

 dlls/ntdll/nt.c             |  12 -----
 dlls/ntdll/ntdll.spec       |   2 +-
 dlls/ntdll/signal_arm.c     |   9 ++++
 dlls/ntdll/signal_arm64.c   |   9 ++++
 dlls/ntdll/signal_i386.c    | 110 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/signal_powerpc.c |   9 ++++
 dlls/ntdll/signal_x86_64.c  |   9 ++++
 include/winternl.h          |   2 +-
 8 files changed, 148 insertions(+), 14 deletions(-)

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



More information about the wine-cvs mailing list