Ignore:
Timestamp:
Aug 31, 2000, 5:00:13 AM (25 years ago)
Author:
bird
Message:

Fixes and enhancements.

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:40 bird Exp $
     1/* $Id: kFileFormatBase.h,v 1.3 2000-08-31 03:00:13 bird Exp $
    22 *
    33 * kFileFormatBase - Base class for kFile<format> classes.
     
    2929typedef struct _ExportEntry
    3030{
    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
    3439    /* internal - do not use! */
    3540    void          *pv;
Note: See TracChangeset for help on using the changeset viewer.