- Timestamp:
- Jun 1, 2001, 10:22:34 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.h
r5848 r5862 1 /* $Id: winimagepeldr.h,v 1.1 2 2001-06-01 01:21:12 phallerExp $ */1 /* $Id: winimagepeldr.h,v 1.13 2001-06-01 08:22:34 sandervl Exp $ */ 2 2 3 3 /* … … 14 14 15 15 #include <winimagebase.h> 16 17 16 18 17 #define SINGLE_PAGE 0 //commit single page … … 56 55 } Section; 57 56 58 59 typedef struct 60 { 57 typedef struct { 61 58 ULONG virtaddr; 62 59 ULONG ordinal; … … 65 62 } NameExport; 66 63 67 typedef struct 68 { 64 typedef struct { 69 65 ULONG virtaddr; 70 66 ULONG ordinal; 71 67 } OrdExport; 72 68 73 74 69 class Win32DllBase; 75 70 class Win32MemMap; 76 77 71 78 72 class Win32PeLdrImage : public virtual Win32ImageBase … … 137 131 ULONG nrNameExports, nameExportSize; 138 132 ULONG nrOrdExports; 139 140 133 NameExport *nameexports, *curnameexport; 141 134 OrdExport *ordexports, *curordexport;
Note:
See TracChangeset
for help on using the changeset viewer.