- Timestamp:
- Jul 3, 2001, 8:53:39 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r6129 r6145 1 /* $Id: winimagepeldr.cpp,v 1.8 8 2001-06-27 13:35:47sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.89 2001-07-03 06:53:39 sandervl Exp $ */ 2 2 3 3 /* … … 732 732 APIRET rc; 733 733 734 if(virtAddress == 0) { 735 return FALSE; 736 } 737 734 738 //Round down to nearest page boundary 735 739 virtAddress = virtAddress & ~0xFFF;
Note:
See TracChangeset
for help on using the changeset viewer.