ChangeSet ID: 1008031835733750910963863 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/10 19:50:35
Modified files: dlls/ntdll : .cvsignore Makefile.in ntdll.spec if1632 : .cvsignore Makefile.in include : winnt.h relay32 : relay386.c snoop.c tools/winebuild: build.h import.c main.c relay.c spec32.c
Log message: Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs to follow the naming convention for this type of functions. Split 16 and 32-bit relay functions into separate files, and moved the 32-bit ones to dlls/ntdll.
Patch: http://cvs.winehq.com/patch.py?id=1008031835733750910963863
Revision Changes Path 1.5 +1 -0 wine/dlls/ntdll/.cvsignore 1.19 +6 -1 wine/dlls/ntdll/Makefile.in 1.54 +3 -0 wine/dlls/ntdll/ntdll.spec 1.19 +1 -1 wine/if1632/.cvsignore 1.28 +3 -3 wine/if1632/Makefile.in 1.96 +1 -1 wine/include/winnt.h 1.37 +1 -1 wine/relay32/relay386.c 1.46 +2 -2 wine/relay32/snoop.c 1.21 +2 -1 wine/tools/winebuild/build.h 1.20 +8 -1 wine/tools/winebuild/import.c 1.20 +26 -15 wine/tools/winebuild/main.c 1.14 +47 -8 wine/tools/winebuild/relay.c 1.33 +1 -1 wine/tools/winebuild/spec32.c