Eric Pouech : dbghelp: Enable compilation with long types.
Module: wine Branch: master Commit: a64d15792808aa9283f13e4dad84fa9fd2fdf222 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a64d15792808aa9283f13e4da... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Wed Feb 9 09:26:26 2022 +0100 dbghelp: Enable compilation with long types. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dbghelp/Makefile.in | 2 +- dlls/dbghelp/coff.c | 6 +- dlls/dbghelp/cpu_i386.c | 14 ++-- dlls/dbghelp/cpu_x86_64.c | 20 +++--- dlls/dbghelp/dbghelp.c | 20 +++--- dlls/dbghelp/dwarf.c | 162 ++++++++++++++++++++++---------------------- dlls/dbghelp/elf_module.c | 20 +++--- dlls/dbghelp/image.c | 2 +- dlls/dbghelp/macho_module.c | 44 ++++++------ dlls/dbghelp/minidump.c | 2 +- dlls/dbghelp/module.c | 10 +-- dlls/dbghelp/msc.c | 42 ++++++------ dlls/dbghelp/path.c | 4 +- dlls/dbghelp/pe_module.c | 6 +- dlls/dbghelp/source.c | 4 +- dlls/dbghelp/stabs.c | 10 +-- dlls/dbghelp/stack.c | 12 ++-- dlls/dbghelp/symbol.c | 46 ++++++------- 18 files changed, 213 insertions(+), 213 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a64d15792808aa9283f13...
participants (1)
-
Alexandre Julliard