First shot at implementing dbghelp.
commit800864a050409e9ced3b17d868e93c06778a8d2d
authorEric Pouech <pouech-eric@wanadoo.fr>
Mon, 5 Apr 2004 22:21:27 +0000 (5 22:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Apr 2004 22:21:27 +0000 (5 22:21 +0000)
tree8e8628925663bb0a693dc8e9fb6be0a77721c0f5
parent7e301d8a775f2ccc227923eab71ac6560ad6cb89
First shot at implementing dbghelp.
25 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/dbghelp/.cvsignore [new file with mode: 0644]
dlls/dbghelp/Makefile.in [new file with mode: 0644]
dlls/dbghelp/dbghelp.c [new file with mode: 0644]
dlls/dbghelp/dbghelp.spec [new file with mode: 0644]
dlls/dbghelp/dbghelp_private.h [new file with mode: 0644]
dlls/dbghelp/elf_module.c [new file with mode: 0644]
dlls/dbghelp/image.c [new file with mode: 0644]
dlls/dbghelp/memory.c [new file with mode: 0644]
dlls/dbghelp/minidump.c [new file with mode: 0644]
dlls/dbghelp/module.c [new file with mode: 0644]
dlls/dbghelp/msc.c [new file with mode: 0644]
dlls/dbghelp/path.c [new file with mode: 0644]
dlls/dbghelp/pe_module.c [new file with mode: 0644]
dlls/dbghelp/source.c [new file with mode: 0644]
dlls/dbghelp/stabs.c [new file with mode: 0644]
dlls/dbghelp/stack.c [new file with mode: 0644]
dlls/dbghelp/storage.c [new file with mode: 0644]
dlls/dbghelp/symbol.c [new file with mode: 0644]
dlls/dbghelp/type.c [new file with mode: 0644]
include/Makefile.in
include/cvconst.h [new file with mode: 0644]
include/dbghelp.h