Alexandre Julliard : ntdll: Handle NtSetContextThread on the client side (as far as

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 11 14:34:24 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 2654be08d514b1aa279bd3957e2964c5814f551d
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=2654be08d514b1aa279bd3957e2964c5814f551d

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jan 11 20:20:32 2006 +0100

ntdll: Handle NtSetContextThread on the client side (as far as
possible) when setting the context of the current thread.

---

 dlls/ntdll/ntdll_misc.h        |    1 +
 dlls/ntdll/signal_i386.c       |   41 +++++++++++++++-----------
 dlls/ntdll/signal_powerpc.c    |   11 +++++++
 dlls/ntdll/signal_sparc.c      |   11 +++++++
 dlls/ntdll/signal_x86_64.c     |   11 +++++++
 dlls/ntdll/thread.c            |   62 +++++++++++++++++++++++++---------------
 include/wine/server_protocol.h |    3 +-
 server/context_i386.c          |    5 +--
 server/protocol.def            |    2 +
 server/thread.c                |    1 +
 server/trace.c                 |    7 ++++-
 11 files changed, 109 insertions(+), 46 deletions(-)




More information about the wine-cvs mailing list