Module: wine Branch: master Commit: 8e7b2e0fd71b571b17f7dec07a06748f533a3628 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e7b2e0fd71b571b17f7dec07a...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Wed Nov 29 22:04:27 2006 +0100
dbghelp: Get rid of long int issues on 64bit platforms.
---
dlls/dbghelp/Makefile.in | 1 - dlls/dbghelp/coff.c | 8 +++--- dlls/dbghelp/dbghelp.c | 6 ++-- dlls/dbghelp/dwarf.c | 2 +- dlls/dbghelp/elf_module.c | 6 ++-- dlls/dbghelp/image.c | 2 +- dlls/dbghelp/memory.c | 2 +- dlls/dbghelp/minidump.c | 8 +++--- dlls/dbghelp/module.c | 10 ++++---- dlls/dbghelp/msc.c | 20 ++++++++-------- dlls/dbghelp/path.c | 10 ++++---- dlls/dbghelp/pe_module.c | 2 +- dlls/dbghelp/stack.c | 52 +++++++++++++++++++++++++------------------- dlls/dbghelp/symbol.c | 22 +++++++++--------- 14 files changed, 78 insertions(+), 73 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8e7b2e0fd71b571b17f7de...