Module: wine Branch: master Commit: cf6bbb96d0417b0a86d06c4b000592e4c870b5ee URL: https://source.winehq.org/git/wine.git/?a=commit;h=cf6bbb96d0417b0a86d06c4b0...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Apr 6 19:43:35 2020 +0200
dbghelp: Build with ucrtbase.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dbghelp/Makefile.in | 2 ++ dlls/dbghelp/dbghelp_private.h | 1 - dlls/dbghelp/dwarf.c | 4 +-- dlls/dbghelp/elf_module.c | 14 ++++----- dlls/dbghelp/macho_module.c | 20 ++++++------- dlls/dbghelp/module.c | 62 ++++++++++++++++++++-------------------- dlls/dbghelp/path.c | 64 +++++++++++++++++++++--------------------- dlls/dbghelp/pe_module.c | 2 +- dlls/dbghelp/symbol.c | 8 +++--- 9 files changed, 89 insertions(+), 88 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=cf6bbb96d0417b0a86d06...