Ignore:
Timestamp:
Jan 21, 2000, 11:38:53 PM (26 years ago)
Author:
sandervl
Message:

memory map fixes

File:
1 edited

Legend:

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

    r2245 r2493  
    1 /* $Id: winimagepeldr.cpp,v 1.27 1999-12-29 12:39:09 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.28 2000-01-21 22:38:53 sandervl Exp $ */
    22
    33/*
     
    688688 ULONG  baseAddress;
    689689
    690   if(fh.Characteristics & IMAGE_FILE_RELOCS_STRIPPED) {
     690  //SvL: We don't care where the image is loaded for resource lookup
     691  if(fh.Characteristics & IMAGE_FILE_RELOCS_STRIPPED && loadType == REAL_LOAD) {
    691692        return allocFixedMem(reservedMem);
    692693  }
Note: See TracChangeset for help on using the changeset viewer.