Ignore:
Timestamp:
May 30, 2001, 5:31:48 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepeldr.h

    r5830 r5832  
    1 /* $Id: winimagepeldr.h,v 1.9 2001-05-30 01:34:12 phaller Exp $ */
     1/* $Id: winimagepeldr.h,v 1.10 2001-05-30 03:28:02 phaller Exp $ */
    22
    33/*
     
    5454  ULONG  flags;         //psh[i].Characteristics
    5555} Section;
    56 
    57 typedef struct {
    58   ULONG  virtaddr;
    59   ULONG  ordinal;
    60   ULONG  nlength;
    61   char   name[4];
    62 } NameExport;
    63 
    64 typedef struct {
    65   ULONG  virtaddr;
    66   ULONG  ordinal;
    67 } OrdExport;
    6856
    6957class Win32DllBase;
     
    134122        ULONG                 nrNameExports, nameExportSize;
    135123        ULONG                 nrOrdExports;
    136         NameExport           *nameexports, *curnameexport;
    137         OrdExport            *ordexports, *curordexport;
    138124
    139125        ULONG                 nrsections, imageSize, imageVirtBase, imageVirtEnd;
Note: See TracChangeset for help on using the changeset viewer.