ChangeSet ID: 1027370831606086012980999 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/07/22 15:47:11
Modified files: dlls/ntdll : signal_i386.c relay32 : snoop.c scheduler : pthread.c tools/winebuild: build.h import.c relay.c spec32.c tools/wrc : wrc.c writeres.c
Log message: Replace all uses of PREFIX and @function by the __ASM_NAME and __ASM_FUNC macros.
Patch: http://cvs.winehq.com/patch.py?id=1027370831606086012980999
Revision Changes Path 1.40 +2 -2 wine/dlls/ntdll/signal_i386.c 1.55 +0 -6 wine/relay32/snoop.c 1.24 +2 -12 wine/scheduler/pthread.c 1.32 +0 -6 wine/tools/winebuild/build.h 1.34 +6 -10 wine/tools/winebuild/import.c 1.21 +51 -54 wine/tools/winebuild/relay.c 1.46 +28 -28 wine/tools/winebuild/spec32.c 1.14 +2 -11 wine/tools/wrc/wrc.c 1.23 +58 -73 wine/tools/wrc/writeres.c