wine/ debugger/dbg.y debugger/winedbg.c dlls/m ...

Alexandre Julliard julliard at winehq.com
Mon Feb 25 14:10:40 CST 2002


ChangeSet ID:	1014667840431684834882617
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	02/02/25 15:10:40

Modified files:
	debugger       : dbg.y winedbg.c 
	dlls/msvcrt    : except.c 
	dlls/ntdll     : debugtools.c exception.c sec.c 
	dlls/opengl32  : wgl.c 
	dlls/user      : lstr.c 
	dlls/winedos   : dosvm.c 
	files          : dos_fs.c 
	include        : Makefile.in windows.h winnt.h 
	loader         : resource.c 
	memory         : global.c string.c virtual.c 
	relay32        : snoop.c 
	win32          : console.c except.c init.c 
	windows        : cursoricon.c 
Added files:
	include/msvcrt : excpt.h 

Log message:
	Peter Hunnisett <peter at transgaming.com>
	New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.

Patch: http://cvs.winehq.com/patch.py?id=1014667840431684834882617

Revision  Changes    Path
 1.49     +1 -0      wine/debugger/dbg.y
 1.47     +1 -0      wine/debugger/winedbg.c
 1.11     +1 -0      wine/dlls/msvcrt/except.c
 1.16     +1 -0      wine/dlls/ntdll/debugtools.c
 1.42     +1 -0      wine/dlls/ntdll/exception.c
 1.20     +1 -0      wine/dlls/ntdll/sec.c
 1.20     +1 -0      wine/dlls/opengl32/wgl.c
 1.20     +2 -0      wine/dlls/user/lstr.c
 1.12     +1 -0      wine/dlls/winedos/dosvm.c
 1.101    +1 -0      wine/files/dos_fs.c
 1.41     +1 -0      wine/include/Makefile.in
 1.53     +1 -1      wine/include/windows.h
 1.100    +0 -17     wine/include/winnt.h
 1.1     +0 -0       wine/include/msvcrt/excpt.h
 1.56     +1 -0      wine/loader/resource.c
 1.61     +1 -0      wine/memory/global.c
 1.40     +1 -0      wine/memory/string.c
 1.74     +1 -0      wine/memory/virtual.c
 1.47     +1 -0      wine/relay32/snoop.c
 1.87     +1 -0      wine/win32/console.c
 1.51     +1 -0      wine/win32/except.c
 1.20     +1 -0      wine/win32/init.c
 1.44     +1 -0      wine/windows/cursoricon.c





More information about the wine-cvs mailing list