Changeset 3948 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Aug 4, 2000, 11:12:10 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r3872 r3948 1 /* $Id: winimagepeldr.cpp,v 1.5 0 2000-07-20 18:07:00 sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.51 2000-08-04 21:12:10 sandervl Exp $ */ 2 2 3 3 /* … … 218 218 //Allocate memory to hold the entire image 219 219 if(allocSections(reservedMem) == FALSE) { 220 dprintf((LOG, "Failed to allocate image memory , rc %d", errorState));;220 dprintf((LOG, "Failed to allocate image memory for %s at %x, rc %d", szFileName, oh.ImageBase, errorState));; 221 221 goto failure; 222 222 }
Note:
See TracChangeset
for help on using the changeset viewer.