ChangeSet ID: 16306 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/24 07:15:36
Modified files: include : winnt.h winbase.h dlls/ntdll/tests: generated.c dlls/ntdll : signal_sparc.c signal_powerpc.c signal_i386.c loader.c exception.c critsection.c dlls/kernel : except.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com Match RaiseException and EXCEPTION_RECORD to SDK definitions.
Patch: http://cvs.winehq.org/patch.py?id=16306
Old revision New revision Changes Path 1.201 1.202 +4 -4 wine/include/winnt.h 1.226 1.227 +1 -1 wine/include/winbase.h 1.21 1.22 +3 -3 wine/dlls/ntdll/tests/generated.c 1.33 1.34 +1 -1 wine/dlls/ntdll/signal_sparc.c 1.24 1.25 +2 -2 wine/dlls/ntdll/signal_powerpc.c 1.88 1.89 +1 -1 wine/dlls/ntdll/signal_i386.c 1.84 1.85 +2 -2 wine/dlls/ntdll/loader.c 1.72 1.73 +1 -1 wine/dlls/ntdll/exception.c 1.27 1.28 +1 -1 wine/dlls/ntdll/critsection.c 1.7 1.8 +1 -1 wine/dlls/kernel/except.c