sync dbghelp.dll to wine head. should fix build
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 19 Dec 2007 21:34:55 +0000 (21:34 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 19 Dec 2007 21:34:55 +0000 (21:34 +0000)
commit929e7eeba5003c14859ff046777d5941c8acb74f
tree22328fef505c4c4e800ee78b1964a9629f88d3f5
parentfa17bda2ef564b7e800c0965147f92e37ca9c9a8
sync dbghelp.dll to wine head. should fix build

svn path=/trunk/; revision=31339
25 files changed:
reactos/dll/win32/dbghelp/Makefile.in
reactos/dll/win32/dbghelp/coff.c
reactos/dll/win32/dbghelp/dbghelp.c
reactos/dll/win32/dbghelp/dbghelp.rbuild
reactos/dll/win32/dbghelp/dbghelp.spec
reactos/dll/win32/dbghelp/dbghelp_private.h
reactos/dll/win32/dbghelp/dwarf.c [new file with mode: 0644]
reactos/dll/win32/dbghelp/dwarf.h [new file with mode: 0644]
reactos/dll/win32/dbghelp/elf_module.c
reactos/dll/win32/dbghelp/image.c
reactos/dll/win32/dbghelp/memory.c
reactos/dll/win32/dbghelp/minidump.c
reactos/dll/win32/dbghelp/module.c
reactos/dll/win32/dbghelp/msc.c
reactos/dll/win32/dbghelp/mscvpdb.h [deleted file]
reactos/dll/win32/dbghelp/path.c
reactos/dll/win32/dbghelp/pe_module.c
reactos/dll/win32/dbghelp/regex.h [deleted file]
reactos/dll/win32/dbghelp/source.c
reactos/dll/win32/dbghelp/stabs.c
reactos/dll/win32/dbghelp/stack.c
reactos/dll/win32/dbghelp/storage.c
reactos/dll/win32/dbghelp/symbol.c
reactos/dll/win32/dbghelp/type.c
reactos/dll/win32/dbghelp/wdbgexts.h [new file with mode: 0644]