Eric Pouech : winedump: Fix a couple of issues with types table walking.
Module: wine Branch: master Commit: b8ae9dccbe06d3f92e165f094390c63e8ef302af URL: http://source.winehq.org/git/wine.git/?a=commit;h=b8ae9dccbe06d3f92e165f0943... Author: Eric Pouech <eric.pouech(a)wanadoo.fr> Date: Fri Jan 5 21:43:23 2007 +0100 winedump: Fix a couple of issues with types table walking. Align types to DWORD boundaries. Split types dumping functions into two versions (one without offsets table, the second one with offset table). --- tools/winedump/debug.c | 7 +- tools/winedump/msc.c | 537 +++++++++++++++++++++++---------------------- tools/winedump/pdb.c | 2 +- tools/winedump/winedump.h | 3 +- 4 files changed, 285 insertions(+), 264 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b8ae9dccbe06d3f92e165f...
participants (1)
-
Alexandre Julliard