Module: wine Branch: master Commit: 32c96adddd14494ce51d7d75410f15ea80fa0acb URL: http://source.winehq.org/git/wine.git/?a=commit;h=32c96adddd14494ce51d7d7541...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Fri Nov 24 22:17:10 2006 +0100
dbghelp: Added a process field to the modules pair structure.
This makes the code simpler to read, a bit more efficient, and furthermore it'll be needed in future patches.
---
dlls/dbghelp/dbghelp_private.h | 3 +- dlls/dbghelp/module.c | 10 +++--- dlls/dbghelp/source.c | 22 ++++++------- dlls/dbghelp/symbol.c | 66 ++++++++++++++++++++------------------- dlls/dbghelp/type.c | 15 ++++----- 5 files changed, 58 insertions(+), 58 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=32c96adddd14494ce51d7d...