Module: wine Branch: master Commit: f803da493aeb4cf118fb9b076e8042c2535fbcdb URL: https://source.winehq.org/git/wine.git/?a=commit;h=f803da493aeb4cf118fb9b076...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Mar 26 16:51:49 2020 +0100
dbghelp: Use LONG_PTR instead of long type.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dbghelp/cpu_i386.c | 2 +- dlls/dbghelp/dbghelp_private.h | 68 ++++++++++++++-------------- dlls/dbghelp/dwarf.c | 100 ++++++++++++++++++++--------------------- dlls/dbghelp/elf_module.c | 50 ++++++++++----------- dlls/dbghelp/image_private.h | 2 +- dlls/dbghelp/macho_module.c | 70 ++++++++++++++--------------- dlls/dbghelp/minidump.c | 2 +- dlls/dbghelp/module.c | 4 +- dlls/dbghelp/msc.c | 6 +-- dlls/dbghelp/stabs.c | 54 +++++++++++----------- dlls/dbghelp/storage.c | 8 ++-- dlls/dbghelp/symbol.c | 18 ++++---- dlls/dbghelp/type.c | 2 +- 13 files changed, 193 insertions(+), 193 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f803da493aeb4cf118fb9...