Eric Pouech : dbghelp: Use the location info structure thoughout the code to handle the location of a data variable .
Module: wine Branch: master Commit: 20fc25bc552ce8dc905b93a5bccff715e5cf0513 URL: http://source.winehq.org/git/wine.git/?a=commit;h=20fc25bc552ce8dc905b93a5bc... Author: Eric Pouech <eric.pouech(a)wanadoo.fr> Date: Fri Nov 24 22:17:38 2006 +0100 dbghelp: Use the location info structure thoughout the code to handle the location of a data variable. --- dlls/dbghelp/dbghelp_private.h | 26 +++++++++++++------ dlls/dbghelp/dwarf.c | 3 +- dlls/dbghelp/elf_module.c | 8 +++--- dlls/dbghelp/msc.c | 26 ++++++++++++++++---- dlls/dbghelp/stabs.c | 53 +++++++++++++++++++++------------------- dlls/dbghelp/symbol.c | 17 +++++------- dlls/dbghelp/type.c | 31 ++++++++++++----------- 7 files changed, 95 insertions(+), 69 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=20fc25bc552ce8dc905b93...
participants (1)
-
Alexandre Julliard