Module: wine Branch: master Commit: cac7be486dc2b6d734dca691992aaf5b5249d6a5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cac7be486dc2b6d734dca69199... Author: Eric Pouech <eric.pouech(a)wanadoo.fr> Date: Wed Nov 29 21:40:16 2006 +0100 winedump: Use same scheme for dumping lnk files as the executables (through the PRD macro and a full mapped image). --- tools/winedump/dump.c | 1 + tools/winedump/lnk.c | 199 +++++++++++++--------------------------- tools/winedump/main.c | 19 +---- tools/winedump/winedump.h | 9 +- tools/winedump/winedump.man.in | 9 +- 5 files changed, 77 insertions(+), 160 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=cac7be486dc2b6d734dca6...