Changeset 5011 for trunk/src/kernel32/winimagepeldr.h
- Timestamp:
- Jan 22, 2001, 7:26:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.h
r4474 r5011 1 /* $Id: winimagepeldr.h,v 1. 6 2000-10-10 17:14:09sandervl Exp $ */1 /* $Id: winimagepeldr.h,v 1.7 2001-01-22 18:26:52 sandervl Exp $ */ 2 2 3 3 /* … … 43 43 44 44 #define PAGE_SIZE 4096 45 46 #define MAX_SECTION 64 /*PLF Mon 98-02-09 23:47:16*/47 45 48 46 typedef struct { … … 139 137 //OS/2 virtual base address 140 138 ULONG realBaseAddress; 141 Section section[MAX_SECTION];139 Section *section; 142 140 143 141 //internal flags (see FLAGS_PELDR_*)
Note:
See TracChangeset
for help on using the changeset viewer.