Alexandre Julliard : ntdll: Move support for getting LDT entries to the platform-specific files.

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


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

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

ntdll: Move support for getting LDT entries to the platform-specific files.

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

---

 dlls/kernel32/tests/thread.c | 47 +++++++++++++++++++++++++++
 dlls/ntdll/ntdll_misc.h      |  1 +
 dlls/ntdll/signal_arm.c      |  8 +++++
 dlls/ntdll/signal_arm64.c    |  8 +++++
 dlls/ntdll/signal_i386.c     | 69 +++++++++++++++++++++++++++++++++++++++-
 dlls/ntdll/signal_powerpc.c  |  8 +++++
 dlls/ntdll/signal_x86_64.c   |  8 +++++
 dlls/ntdll/thread.c          | 76 ++------------------------------------------
 8 files changed, 151 insertions(+), 74 deletions(-)

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



More information about the wine-cvs mailing list