ChangeSet ID: 18664 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/05 06:50:40
Modified files: tools/winebuild: spec16.c relay.c include/wine : winbase16.h dlls/kernel : relay16.c
Log message: Added vararg argument type so that the relay code can distinguish from a normal cdecl function. Don't rely on the relay thunk preserving the stack pointer.
Patch: http://cvs.winehq.org/patch.py?id=18664
Old revision New revision Changes Path 1.59 1.60 +2 -1 wine/tools/winebuild/spec16.c 1.44 1.45 +2 -1 wine/tools/winebuild/relay.c 1.42 1.43 +2 -1 wine/include/wine/winbase16.h 1.17 1.18 +6 -0 wine/dlls/kernel/relay16.c