Don't send the incoming context to the server for get_thread_context,
commitd6f7adb3674cb51452963abfbd71fd38ab74804c
authorAlexandre Julliard <julliard@winehq.org>
Tue, 1 Nov 2005 21:41:26 +0000 (1 21:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Nov 2005 21:41:26 +0000 (1 21:41 +0000)
tree851360da4e42bbe638980ce97c7093d597028ceb
parentecca10486952c205e3298cdd16ec3e6bac6f168b
Don't send the incoming context to the server for get_thread_context,
instead copy only the relevant fields of the return value on the
client side.
dlls/ntdll/thread.c
server/context_i386.c
server/context_powerpc.c
server/context_sparc.c
server/context_x86_64.c