Module: wine Branch: master Commit: 95a5f8296188d7dd8ffb86afd4f0c3280e2f5656 URL: https://source.winehq.org/git/wine.git/?a=commit;h=95a5f8296188d7dd8ffb86afd...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 16 16:05:39 2020 +0100
dbghelp: Use vtbl to handle different image_file_map types.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dbghelp/elf_module.c | 44 +++++++++--------------- dlls/dbghelp/image_private.h | 79 ++++++++------------------------------------ dlls/dbghelp/macho_module.c | 41 +++++++++-------------- dlls/dbghelp/pe_module.c | 24 ++++++++++---- 4 files changed, 62 insertions(+), 126 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=95a5f8296188d7dd8ffb8...