sync dbghelp to wine head
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 13 Dec 2008 00:52:11 +0000 (00:52 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 13 Dec 2008 00:52:11 +0000 (00:52 +0000)
commiteacec70b46b6e3d7d92ac48d98d823033d86b02f
tree818cf9c48238bb1d32e24e4139e10ccf8af0da43
parent4666ae75a36a3d1b431bdf8b9cbc073b8a2572c0
sync dbghelp to wine head
- replace wine's spec file with an own one
- add back the stubs file and rename it to rosstubs.c, so next time someone syncs dbghelp, he might notice that this file is ros specific and does NOT delete it
- fix FindFileInPath definition in dbghelp.h
- update wine/mscvpdb.h

svn path=/trunk/; revision=38037
20 files changed:
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
reactos/dll/win32/dbghelp/dwarf.h
reactos/dll/win32/dbghelp/minidump.c
reactos/dll/win32/dbghelp/module.c
reactos/dll/win32/dbghelp/msc.c
reactos/dll/win32/dbghelp/path.c
reactos/dll/win32/dbghelp/pe_module.c
reactos/dll/win32/dbghelp/rosstubs.c [new file with mode: 0644]
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/include/psdk/dbghelp.h
reactos/include/reactos/wine/mscvpdb.h