Re: [PATCH 3/8] [Include]: added a wine/dwarf.h to share dwarf2 debug information data where needed
22 Mar
2010
22 Mar
'10
10:28 a.m.
Eric Pouech <eric.pouech(a)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. -- Alexandre Julliard julliard(a)winehq.org
5834
Age (days ago)
5834
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard