wine/ programs/winedbg/info.c include/wine/exc ...

Alexandre Julliard julliard at winehq.org
Wed Aug 27 22:07:57 CDT 2003


ChangeSet ID:	9122
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/08/27 22:07:57

Modified files:
	programs/winedbg: info.c 
	include/wine   : exception.h 
	include        : winnt.h thread.h stackframe.h 
	dlls/ntdll     : exception.c 
	dlls/msvcrt    : except.c cppexcept.h cppexcept.c 
	dlls/kernel    : wowthunk.c 

Log message:
	Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that
	seems to be the official name.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9122

Old revision  New revision  Changes     Path
 1.5           1.6           +1 -1       wine/programs/winedbg/info.c
 1.22          1.23          +10 -10     wine/include/wine/exception.h
 1.164         1.165         +6 -6       wine/include/winnt.h
 1.77          1.78          +1 -2       wine/include/thread.h
 1.19          1.20          +1 -1       wine/include/stackframe.h
 1.56          1.57          +18 -18     wine/dlls/ntdll/exception.c
 1.24          1.25          +10 -10     wine/dlls/msvcrt/except.c
 1.1           1.2           +5 -5       wine/dlls/msvcrt/cppexcept.h
 1.6           1.7           +13 -13     wine/dlls/msvcrt/cppexcept.c
 1.37          1.38          +2 -2       wine/dlls/kernel/wowthunk.c




More information about the wine-cvs mailing list