wine/ windows/winproc.c tools/winebuild/relay. ...

Alexandre Julliard julliard at winehq.org
Sat Aug 23 18:30:51 CDT 2003


ChangeSet ID:	9096
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/08/23 18:30:51

Modified files:
	windows        : winproc.c 
	tools/winebuild: relay.c 
	include/wine   : winbase16.h 
	include        : wownt32.h stackframe.h 
	if1632         : relay.c 
	dlls/winedos   : int31.c 
	dlls/kernel    : wowthunk.c thunk.c system.c ne_segment.c 
	                 ne_module.c kernel32.spec 

Log message:
	Extended WOWCallback16Ex to support register functions too.  This
	allows simplifying the wine_call_to_16 assembly code by moving part of
	it to C code, and getting rid of the extra kernel exports.

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

Old revision  New revision  Changes     Path
 1.106         1.107         +7 -8       wine/windows/winproc.c
 1.25          1.26          +2 -61      wine/tools/winebuild/relay.c
 1.34          1.35          +1 -5       wine/include/wine/winbase16.h
 1.8           1.9           +4 -0       wine/include/wownt32.h
 1.16          1.17          +5 -7       wine/include/stackframe.h
 1.56          1.57          +0 -103     wine/if1632/relay.c
 1.28          1.29          +3 -2       wine/dlls/winedos/int31.c
 1.32          1.33          +86 -10     wine/dlls/kernel/wowthunk.c
 1.38          1.39          +13 -18     wine/dlls/kernel/thunk.c
 1.2           1.3           +2 -1       wine/dlls/kernel/system.c
 1.1           1.2           +11 -10     wine/dlls/kernel/ne_segment.c
 1.2           1.3           +1 -1       wine/dlls/kernel/ne_module.c
 1.104         1.105         +0 -3       wine/dlls/kernel/kernel32.spec




More information about the wine-cvs mailing list