ChangeSet ID: 17360 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/07 13:10:31
Modified files: include/wine : port.h dlls/ntdll : signal_sparc.c signal_powerpc.c signal_i386.c rtl.c ntdll_misc.h exception.c dlls/msvcrt : except.c cppexcept.c
Log message: Prefix the internal name of all register functions with __regs_ for better consistency and to make automated checking possible.
Patch: http://cvs.winehq.org/patch.py?id=17360
Old revision New revision Changes Path 1.64 1.65 +2 -2 wine/include/wine/port.h 1.34 1.35 +7 -9 wine/dlls/ntdll/signal_sparc.c 1.26 1.27 +5 -7 wine/dlls/ntdll/signal_powerpc.c 1.90 1.91 +8 -9 wine/dlls/ntdll/signal_i386.c 1.72 1.73 +4 -4 wine/dlls/ntdll/rtl.c 1.52 1.53 +2 -0 wine/dlls/ntdll/ntdll_misc.h 1.73 1.74 +11 -11 wine/dlls/ntdll/exception.c 1.34 1.35 +6 -6 wine/dlls/msvcrt/except.c 1.13 1.14 +4 -4 wine/dlls/msvcrt/cppexcept.c