Changeset 4129 for trunk/tools/common/kFileFormatBase.h
- Timestamp:
- Aug 31, 2000, 5:00:13 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFileFormatBase.h
r3246 r4129 1 /* $Id: kFileFormatBase.h,v 1. 2 2000-03-27 10:18:40bird Exp $1 /* $Id: kFileFormatBase.h,v 1.3 2000-08-31 03:00:13 bird Exp $ 2 2 * 3 3 * kFileFormatBase - Base class for kFile<format> classes. … … 29 29 typedef struct _ExportEntry 30 30 { 31 unsigned long ulOrdinal; 32 char achName[MAXEXPORTNAME]; 33 char achIntName[MAXEXPORTNAME]; /* not used by PEFile */ 31 unsigned long ulOrdinal; 32 char achName[MAXEXPORTNAME]; 33 char achIntName[MAXEXPORTNAME]; /* not used by PEFile */ 34 35 /* these don't apply for .DEF files. (should have a flag for that...) */ 36 unsigned long offset; 37 unsigned long iObject; 38 34 39 /* internal - do not use! */ 35 40 void *pv;
Note:
See TracChangeset
for help on using the changeset viewer.