Eric Pouech eric.pouech@orange.fr writes:
A+
dlls/dbghelp/dwarf.c | 2 dlls/dbghelp/dwarf.h | 420 ---------------------------------------- dlls/ntdll/signal_x86_64.c | 207 -------------------- include/wine/dwarf.h | 465 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 467 insertions(+), 627 deletions(-) delete mode 100644 dlls/dbghelp/dwarf.h create mode 100644 include/wine/dwarf.h
I don't think we need a Wine global header for this. It's OK to keep it in dbghelp and copy only the few necessary defines in ntdll. That's even more true for the unwind info.