ChangeSet ID: 21316 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/17 05:51:53
Modified files: programs/winedbg: types.c symbol.c memory.c expr.c break.c dlls/dbghelp : type.c symbol.c stabs.c msc.c elf_module.c dbghelp.c
Log message: Eric Pouech eric.pouech@wanadoo.fr SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a 32 bit one.
Patch: http://cvs.winehq.org/patch.py?id=21316
Old revision New revision Changes Path 1.14 1.15 +38 -33 wine/programs/winedbg/types.c 1.9 1.10 +2 -2 wine/programs/winedbg/symbol.c 1.23 1.24 +7 -6 wine/programs/winedbg/memory.c 1.10 1.11 +5 -5 wine/programs/winedbg/expr.c 1.14 1.15 +4 -3 wine/programs/winedbg/break.c 1.12 1.13 +13 -11 wine/dlls/dbghelp/type.c 1.18 1.19 +8 -6 wine/dlls/dbghelp/symbol.c 1.18 1.19 +2 -2 wine/dlls/dbghelp/stabs.c 1.16 1.17 +8 -8 wine/dlls/dbghelp/msc.c 1.25 1.26 +4 -4 wine/dlls/dbghelp/elf_module.c 1.11 1.12 +0 -1 wine/dlls/dbghelp/dbghelp.c