Changeset 3872 for trunk/src/peldr/pe.cpp
- Timestamp:
- Jul 20, 2000, 8:07:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/peldr/pe.cpp
r3827 r3872 1 /* $Id: pe.cpp,v 1. 19 2000-07-15 17:12:02sandervl Exp $ */1 /* $Id: pe.cpp,v 1.20 2000-07-20 18:06:29 sandervl Exp $ */ 2 2 3 3 /* … … 272 272 goto end; 273 273 } 274 if(!(fh.Characteristics & IMAGE_FILE_RELOCS_STRIPPED)) {275 goto end; //no need to allocate anything now276 }274 // if(!(fh.Characteristics & IMAGE_FILE_RELOCS_STRIPPED)) { 275 // goto end; //no need to allocate anything now 276 // } 277 277 278 278 // check for high memory support
Note:
See TracChangeset
for help on using the changeset viewer.