ntdll: Handle NtSetContextThread on the client side (as far as
authorAlexandre Julliard <julliard@winehq.org>
Wed, 11 Jan 2006 19:20:32 +0000 (20:20 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 11 Jan 2006 19:20:32 +0000 (20:20 +0100)
commit2654be08d514b1aa279bd3957e2964c5814f551d
treeeeb536a49364cabf4bde2f5b06abb898fef202ad
parent7114f8c3bdaa6d7f81b6658f49b8b44be494b7cf
ntdll: Handle NtSetContextThread on the client side (as far as
possible) when setting the context of the current thread.
dlls/ntdll/ntdll_misc.h
dlls/ntdll/signal_i386.c
dlls/ntdll/signal_powerpc.c
dlls/ntdll/signal_sparc.c
dlls/ntdll/signal_x86_64.c
dlls/ntdll/thread.c
include/wine/server_protocol.h
server/context_i386.c
server/protocol.def
server/thread.c
server/trace.c