wine/server thread.h thread.c context_x86_64.c ...

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 2 08:12:13 CST 2005


ChangeSet ID:	21044
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/02 08:12:13

Modified files:
	server         : thread.h thread.c context_x86_64.c 
	                 context_sparc.c context_powerpc.c 
	                 context_i386.c 

Log message:
	Moved the platform-independent part of the get/set_thread_context
	requests to a common file.

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

Old revision  New revision  Changes     Path
 1.64          1.65          +2 -0       wine/server/thread.h
 1.128         1.129         +38 -0      wine/server/thread.c
 1.2           1.3           +24 -48     wine/server/context_x86_64.c
 1.14          1.15          +20 -48     wine/server/context_sparc.c
 1.10          1.11          +18 -50     wine/server/context_powerpc.c
 1.32          1.33          +28 -52     wine/server/context_i386.c




More information about the wine-cvs mailing list