Ignore:
Timestamp:
Jan 22, 2001, 7:26:52 PM (25 years ago)
Author:
sandervl
Message:

memory map + handle manager fixes

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:09 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.7 2001-01-22 18:26:52 sandervl Exp $ */
    22
    33/*
     
    4343
    4444#define PAGE_SIZE               4096
    45 
    46 #define MAX_SECTION             64  /*PLF Mon  98-02-09 23:47:16*/
    4745
    4846typedef struct {
     
    139137        //OS/2 virtual base address
    140138        ULONG                 realBaseAddress;
    141         Section               section[MAX_SECTION];
     139        Section               *section;
    142140
    143141        //internal flags (see FLAGS_PELDR_*)
Note: See TracChangeset for help on using the changeset viewer.