Changeset 6145 for trunk/src


Ignore:
Timestamp:
Jul 3, 2001, 8:53:39 AM (24 years ago)
Author:
sandervl
Message:

executable loading fix for rp8 install

File:
1 edited

Legend:

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

    r6129 r6145  
    1 /* $Id: winimagepeldr.cpp,v 1.88 2001-06-27 13:35:47 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.89 2001-07-03 06:53:39 sandervl Exp $ */
    22
    33/*
     
    732732 APIRET   rc;
    733733
     734    if(virtAddress == 0) {
     735        return FALSE;
     736    }
     737
    734738    //Round down to nearest page boundary
    735739    virtAddress = virtAddress & ~0xFFF;
Note: See TracChangeset for help on using the changeset viewer.