wine/ include/dbghelp.h include/Makefile.in dl ...

Alexandre Julliard julliard at winehq.org
Mon Apr 5 17:21:28 CDT 2004


ChangeSet ID:	11845
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/05 17:21:28

Modified files:
	include        : dbghelp.h Makefile.in 
	dlls           : Makefile.in 
	.              : configure.ac configure 
Added files:
	include        : cvconst.h 
	dlls/dbghelp   : type.c symbol.c storage.c stack.c stabs.c 
	                 source.c pe_module.c path.c msc.c module.c 
	                 minidump.c memory.c image.c elf_module.c 
	                 dbghelp_private.h dbghelp.spec dbghelp.c 
	                 Makefile.in .cvsignore 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	First shot at implementing dbghelp.

Patch: http://cvs.winehq.org/patch.py?id=11845

Old revision  New revision  Changes     Path
 1.4           1.5           +173 -4     wine/include/dbghelp.h
 1.122         1.123         +1 -0       wine/include/Makefile.in
 1.212         1.213         +13 -0      wine/dlls/Makefile.in
 1.259         1.260         +1 -0       wine/configure.ac
 1.543         1.544         +14 -5      wine/configure
 Added         1.1           +0 -0       wine/include/cvconst.h
 Added         1.1           +0 -0       wine/dlls/dbghelp/type.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/symbol.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/storage.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/stack.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/stabs.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/source.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/pe_module.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/path.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/msc.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/module.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/minidump.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/memory.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/image.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/elf_module.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/dbghelp_private.h
 Added         1.1           +0 -0       wine/dlls/dbghelp/dbghelp.spec
 Added         1.1           +0 -0       wine/dlls/dbghelp/dbghelp.c
 Added         1.1           +0 -0       wine/dlls/dbghelp/Makefile.in
 Added         1.1           +0 -0       wine/dlls/dbghelp/.cvsignore




More information about the wine-cvs mailing list