Changeset 2572 for trunk/src/peldr/pe.h


Ignore:
Timestamp:
Jan 30, 2000, 3:48:52 PM (26 years ago)
Author:
sandervl
Message:

fixed error messages for images without fixups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/pe.h

    r506 r2572  
    1 /* $Id: pe.h,v 1.4 1999-08-16 13:54:07 sandervl Exp $ */
     1/* $Id: pe.h,v 1.5 2000-01-30 14:48:51 sandervl Exp $ */
    22
    33/*
     
    1515#define __PE_H__
    1616
     17#ifndef PAG_ANY
     18    #define PAG_ANY    0x00000400
     19#endif
     20
     21#ifndef QSV_VIRTUALADDRESSLIMIT
     22    #define QSV_VIRTUALADDRESSLIMIT 30
     23#endif
     24
     25#define FALLOC_SIZE (1024*1024)
     26
    1727extern char szErrorTitle[];
    1828extern char szMemErrorMsg[];
     
    2333extern char szInteralErrorMsg[];
    2434
    25 ULONG SYSTEM ReserveMem();
    26 
    2735#endif // NOIMAGE
    2836
Note: See TracChangeset for help on using the changeset viewer.