Changeset 2493 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Jan 21, 2000, 11:38:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r2245 r2493 1 /* $Id: winimagepeldr.cpp,v 1.2 7 1999-12-29 12:39:09sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.28 2000-01-21 22:38:53 sandervl Exp $ */ 2 2 3 3 /* … … 688 688 ULONG baseAddress; 689 689 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) { 691 692 return allocFixedMem(reservedMem); 692 693 }
Note:
See TracChangeset
for help on using the changeset viewer.