Ignore:
Timestamp:
Mar 24, 2000, 8:25:34 PM (25 years ago)
Author:
sandervl
Message:

bugfix in pe loader (512 mb check)

File:
1 edited

Legend:

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

    r3206 r3228  
    1 /* $Id: winimagepeldr.cpp,v 1.36 2000-03-23 19:23:48 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.37 2000-03-24 19:25:32 sandervl Exp $ */
    22
    33/*
     
    802802  }
    803803
    804   if(oh.ImageBase < 512*1024*124) {
     804  if(oh.ImageBase < 512*1024*1024) {
    805805        allocFlags = 0;
    806806  }
Note: See TracChangeset for help on using the changeset viewer.