Module: wine Branch: refs/heads/master Commit: 2654be08d514b1aa279bd3957e2964c5814f551d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2654be08d514b1aa279bd395...
Author: Alexandre Julliard julliard@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(-)