http://bugs.winehq.org/show_bug.cgi?id=30740
Bug #: 30740 Summary: winedump should extend ordinal imports/exports with known names from our spec files Product: Wine Version: 1.5.4 Platform: x86-64 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: tools AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de Classification: Unclassified
winedump in dump mode show ordinal imports/exports only as numbers, but we have names for many of them in our spec files.
In addition to create *def files for all exports from spec files, we should create a database (set of c or h files) for all numbered export for every dll in Wine and add them to winedump.
No idea, if this database is an improvement for other tools or dlls. (winedbg, dbghelp.dll as examples)