Module: wine Branch: master Commit: 031cce8e77b4e153fccd966ad36e07baaa6ae6f3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=031cce8e77b4e153fccd966ad3...
Author: Eric Pouech eric.pouech@orange.fr Date: Sat Jan 29 20:38:04 2011 +0100
dbghelp: Added support for variables in thread storage.
---
dlls/dbghelp/coff.c | 8 ++++++-- dlls/dbghelp/dbghelp_private.h | 8 +++++--- dlls/dbghelp/dwarf.c | 4 ++-- dlls/dbghelp/elf_module.c | 9 +++++++-- dlls/dbghelp/macho_module.c | 7 ++++++- dlls/dbghelp/msc.c | 6 +++++- dlls/dbghelp/pe_module.c | 1 + dlls/dbghelp/stabs.c | 12 ++++++++---- dlls/dbghelp/symbol.c | 23 +++++++++++++++++------ 9 files changed, 57 insertions(+), 21 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=031cce8e77b4e153fccd96...