dbghelp,winedbg: SYMBOL_INFO fix.
commit34db4856ae0431dd0c6e14ee6e35729271070052
authorEric Pouech <eric.pouech@wanadoo.fr>
Mon, 5 Dec 2005 11:00:54 +0000 (5 12:00 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Dec 2005 11:00:54 +0000 (5 12:00 +0100)
tree2685a86f662ab6eb6d7adbabf544214b1c94e9f8
parent8ec390676890a64e4c32a060a3340fed7350d5eb
dbghelp,winedbg: SYMBOL_INFO fix.
- native dbghelp returns in SYMBOL_INFO.TypeIndex the index of the
   type of the symbol (we were returning the symbol index instead)
- fixed winedbg accordingly
dlls/dbghelp/symbol.c
dlls/dbghelp/type.c
programs/winedbg/expr.c
programs/winedbg/symbol.c