Module: wine Branch: master Commit: cbff4f063f6d1316cb271c036b601cd0a80ae6f7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cbff4f063f6d1316cb271c036b...
Author: Eric Pouech eric.pouech@orange.fr Date: Thu Mar 18 21:31:03 2010 +0100
dbghelp: Create the notion of image (PE, ELF modules) to uniformize some handlings.
---
dlls/dbghelp/dbghelp_private.h | 4 +- dlls/dbghelp/elf_module.c | 309 ++++++++++++++++++++++------------------ dlls/dbghelp/image_private.h | 132 ++++++++++++------ dlls/dbghelp/pe_module.c | 235 +++++++++++++++--------------- 4 files changed, 382 insertions(+), 298 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cbff4f063f6d1316cb271c...