Module: wine Branch: master Commit: afe309b7d96504f011cf203ceb3d7b06d6909adb URL: http://source.winehq.org/git/wine.git/?a=commit;h=afe309b7d96504f011cf203ceb...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Wed Nov 29 21:40:00 2006 +0100
winedump: Changed PE, NE, LE dumping so that they are consistent in terms of dump function signatures.
Avoid passing around the base of the module, but use instead the PRD function.
---
tools/winedump/dump.c | 12 +++++----- tools/winedump/le.c | 38 +++++++++++++++++++----------------- tools/winedump/ne.c | 46 ++++++++++++++++++++++++-------------------- tools/winedump/pe.c | 28 +++++++++++++++----------- tools/winedump/pe.h | 3 +- tools/winedump/winedump.h | 8 ++++-- 6 files changed, 73 insertions(+), 62 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=afe309b7d96504f011cf20...