Module: wine Branch: master Commit: aac77c98a261c4d7edac7f789fde32e335f5d494 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aac77c98a261c4d7edac7f789f... Author: Eric Pouech <eric.pouech(a)wanadoo.fr> Date: Wed Feb 21 21:54:39 2007 +0100 dbghelp: Added an ANSI copy of the module name (useful for next patches). --- dlls/dbghelp/dbghelp_private.h | 6 +++++- dlls/dbghelp/dwarf.c | 8 ++++---- dlls/dbghelp/elf_module.c | 24 ++++++++++++------------ dlls/dbghelp/module.c | 7 ++++--- dlls/dbghelp/msc.c | 2 +- dlls/dbghelp/pe_module.c | 2 +- dlls/dbghelp/symbol.c | 34 +++++++++++++++++----------------- dlls/dbghelp/type.c | 2 +- 8 files changed, 45 insertions(+), 40 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=aac77c98a261c4d7edac7f...