wine/ tools/winebuild/relay.c memory/instr.c i ...

Alexandre Julliard julliard at winehq.org
Sun Aug 24 19:56:37 CDT 2003


ChangeSet ID:	9100
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/08/24 19:56:37

Modified files:
	tools/winebuild: relay.c 
	memory         : instr.c 
	include        : module.h 
	if1632         : relay.c 
	dlls/ntdll     : exception.c 
	dlls/kernel    : wowthunk.c kernel_private.h kernel_main.c 

Log message:
	Moved 16-bit calls initialization and exception handling to kernel32.
	Store the call_to_16 return address on the stack from the C code so
	that we don't need two variants of call_to_16_regs.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9100

Old revision  New revision  Changes     Path
 1.26          1.27          +12 -62     wine/tools/winebuild/relay.c
 1.24          1.25          +0 -18      wine/memory/instr.c
 1.90          1.91          +0 -1       wine/include/module.h
 1.57          1.58          +0 -37      wine/if1632/relay.c
 1.55          1.56          +0 -22      wine/dlls/ntdll/exception.c
 1.33          1.34          +105 -13    wine/dlls/kernel/wowthunk.c
 1.2           1.3           +2 -0       wine/dlls/kernel/kernel_private.h
 1.48          1.49          +3 -3       wine/dlls/kernel/kernel_main.c




More information about the wine-cvs mailing list