Module: wine Branch: master Commit: dca2d350adbee357cad6f61dcc0607491435652c URL: http://source.winehq.org/git/wine.git/?a=commit;h=dca2d350adbee357cad6f61dcc...
Author: Eric Pouech eric.pouech@orange.fr Date: Tue Mar 8 21:31:38 2011 +0100
dbghelp: Add helper to get global address out of symt, instead of going though symt_get_info.
---
dlls/dbghelp/coff.c | 7 +-- dlls/dbghelp/dbghelp_private.h | 2 +- dlls/dbghelp/elf_module.c | 4 +- dlls/dbghelp/macho_module.c | 2 +- dlls/dbghelp/symbol.c | 37 ++++++++---------- dlls/dbghelp/type.c | 80 +++++++++++++++++++++------------------- 6 files changed, 65 insertions(+), 67 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=dca2d350adbee357cad6f6...