- eliminate different segmentation faults.
commitdaa6a7a97d021f371585b18d761e122e258676b9
authorGuy L. Albertelli <galberte@neo.lrun.com>
Tue, 16 Oct 2001 21:46:58 +0000 (16 21:46 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Oct 2001 21:46:58 +0000 (16 21:46 +0000)
tree6ed26a11b24a0272e055d5d44859709186d1c0c8
parent1e8b025423965452ddaf1cbed9328b0f13aa3a59
- eliminate different segmentation faults.
- when attempting to open a dll, append ".dll" to find it (was
  stripped previously).
- identify named exports so that the ordinal number is "@" in .spec
  file.
- setup output dll name prior to creating ordinal symbols.
- don't overlay the named exports with the ordinal exports.
- correct test for last symbol.
- fix generated install script to match current make files.
tools/winedump/main.c
tools/winedump/output.c
tools/winedump/pe.c