Alexandre Julliard : ntdll: Move the WoW64 thread context functions to the Unix library.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 18 13:27:10 2020 +0200

ntdll: Move the WoW64 thread context functions to the Unix library.

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

---

 dlls/ntdll/ntdll_misc.h    |   2 -
 dlls/ntdll/signal_x86_64.c | 168 +--------------------------------------
 dlls/ntdll/thread.c        |  60 --------------
 dlls/ntdll/unix/thread.c   | 192 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 194 insertions(+), 228 deletions(-)

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



More information about the wine-cvs mailing list