Changeset 4823
- Timestamp:
- Dec 17, 2000, 4:26:41 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/impdef/ImpDef.cpp ¶
r4419 r4823 1 /* $Id: ImpDef.cpp,v 1. 5 2000-10-04 15:12:23bird Exp $ */1 /* $Id: ImpDef.cpp,v 1.6 2000-12-17 03:26:41 bird Exp $ */ 2 2 /* 3 3 * ImpDef - Create export file which use internal names and ordinals. … … 236 236 Output.printf(" %-*s @%ld\n", 40, pszName, export.ulOrdinal); 237 237 } while (DefFile.findNextExport(&export)); 238 Output.setSize(); 238 239 } 239 240 }
Note:
See TracChangeset
for help on using the changeset viewer.