Module: wine Branch: master Commit: 43dffcd05d84be91c055bbbd31db380fc4460d78 URL: http://source.winehq.org/git/wine.git/?a=commit;h=43dffcd05d84be91c055bbbd31...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Wed Feb 21 21:55:04 2007 +0100
dbghelp: Now storing module information in Unicode form.
---
dlls/dbghelp/dbghelp_private.h | 29 +++++-- dlls/dbghelp/elf_module.c | 42 ++++++---- dlls/dbghelp/module.c | 175 ++++++++++++++++++++-------------------- dlls/dbghelp/msc.c | 4 +- dlls/dbghelp/pe_module.c | 30 ++++--- dlls/dbghelp/source.c | 2 +- dlls/dbghelp/symbol.c | 2 +- 7 files changed, 156 insertions(+), 128 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=43dffcd05d84be91c055bb...