wine/ tools/winebuild/spec32.c tools/winebuild ...

Alexandre Julliard julliard at wine.codeweavers.com
Sun Sep 18 06:13:54 CDT 2005


ChangeSet ID:	20273
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/09/18 06:13:54

Modified files:
	tools/winebuild: spec32.c relay.c import.c 
	include/wine   : port.h 
	dlls/ntdll     : relay.c 

Log message:
	Make the users of wine_call_from_32_regs save %eax so that we don't
	need a special hack in the import thunk.
	Added a get_pc_thunk_eax function to simplify the code a bit.

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

Old revision  New revision  Changes     Path
 1.118         1.119         +23 -11     wine/tools/winebuild/spec32.c
 1.48          1.49          +8 -6       wine/tools/winebuild/relay.c
 1.104         1.105         +23 -25     wine/tools/winebuild/import.c
 1.67          1.68          +1 -0       wine/include/wine/port.h
 1.28          1.29          +14 -13     wine/dlls/ntdll/relay.c




More information about the wine-cvs mailing list