Module: wine Branch: master Commit: 02dfd959ca6f2295ca279ab65f6b6429cd53673c URL: https://source.winehq.org/git/wine.git/?a=commit;h=02dfd959ca6f2295ca279ab65... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Mon Mar 16 16:05:23 2020 +0100 dbghelp: Move alternate file map pointer to generic image_file_map. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dbghelp/elf_module.c | 61 +++++++++++++++++++++++++++++--------------- dlls/dbghelp/image_private.h | 27 +++++++++++++++----- dlls/dbghelp/macho_module.c | 1 + dlls/dbghelp/pe_module.c | 1 + 4 files changed, 63 insertions(+), 27 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=02dfd959ca6f2295ca279...