dbghelp: Remove address field from symt_compiland.
commit99eb63bd7a41b87d472bb622a5faf24d1fcd91c5
authorEric Pouech <eric.pouech@gmail.com>
Fri, 30 Sep 2022 16:14:24 +0000 (30 18:14 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 30 Sep 2022 19:20:09 +0000 (30 21:20 +0200)
tree547d4f0a3b5fb86f757cc72ae1b09a6fe3e27401
parent1237ae4f9de336c8d47f93ae40b9efcca968f55d
dbghelp: Remove address field from symt_compiland.

It's mostly always set at 0, and native dbghelp doesn't expose it anyway.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
dlls/dbghelp/coff.c
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/dwarf.c
dlls/dbghelp/elf_module.c
dlls/dbghelp/msc.c
dlls/dbghelp/pe_module.c
dlls/dbghelp/stabs.c
dlls/dbghelp/symbol.c