wine/ server/context_x86_64.c server/context_s ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 1 15:41:26 CST 2005


ChangeSet ID:	21027
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/01 15:41:26

Modified files:
	server         : context_x86_64.c context_sparc.c 
	                 context_powerpc.c context_i386.c 
	dlls/ntdll     : thread.c 

Log message:
	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.

Patch: http://cvs.winehq.org/patch.py?id=21027

Old revision  New revision  Changes     Path
 1.1           1.2           +0 -2       wine/server/context_x86_64.c
 1.13          1.14          +2 -0       wine/server/context_sparc.c
 1.9           1.10          +2 -0       wine/server/context_powerpc.c
 1.31          1.32          +0 -2       wine/server/context_i386.c
 1.41          1.42          +228 -2     wine/dlls/ntdll/thread.c




More information about the wine-cvs mailing list