wine/ tools/winebuild/winebuild.man.in tools/w ...

Alexandre Julliard julliard at winehq.org
Tue Aug 26 21:20:44 CDT 2003


ChangeSet ID:	9112
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/08/26 21:20:44

Modified files:
	tools/winebuild: winebuild.man.in spec16.c parser.c build.h 
	include/wine   : winuser16.h windef16.h 
	include        : stackframe.h 
	dlls/user      : wsprintf.c user.exe.spec 
	dlls/msvideo   : vfw16.h msvideo16.c msvideo.spec 
	dlls/kernel    : relay16.c krnl386.exe.spec debugger.c 

Log message:
	Added varargs support for 16-bit entry points.
	Added -ret16 entry point flag to allow 16-bit cdecl and varargs
	function to return 16-bit values too.

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

Old revision  New revision  Changes     Path
 1.17          1.18          +19 -12     wine/tools/winebuild/winebuild.man.in
 1.42          1.43          +27 -24     wine/tools/winebuild/spec16.c
 1.45          1.46          +13 -10     wine/tools/winebuild/parser.c
 1.44          1.45          +7 -7       wine/tools/winebuild/build.h
 1.44          1.45          +1 -1       wine/include/wine/winuser16.h
 1.12          1.13          +8 -0       wine/include/wine/windef16.h
 1.17          1.18          +0 -8       wine/include/stackframe.h
 1.10          1.11          +4 -12      wine/dlls/user/wsprintf.c
 1.11          1.12          +1 -1       wine/dlls/user/user.exe.spec
 1.7           1.8           +1 -1       wine/dlls/msvideo/vfw16.h
 1.10          1.11          +2 -13      wine/dlls/msvideo/msvideo16.c
 1.7           1.8           +1 -1       wine/dlls/msvideo/msvideo.spec
 1.1           1.2           +1 -2       wine/dlls/kernel/relay16.c
 1.7           1.8           +1 -1       wine/dlls/kernel/krnl386.exe.spec
 1.24          1.25          +3 -10      wine/dlls/kernel/debugger.c




More information about the wine-cvs mailing list