Changeset 2572 for trunk/src/peldr/pe.h
- Timestamp:
- Jan 30, 2000, 3:48:52 PM (26 years ago)
- 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:07sandervl Exp $ */1 /* $Id: pe.h,v 1.5 2000-01-30 14:48:51 sandervl Exp $ */ 2 2 3 3 /* … … 15 15 #define __PE_H__ 16 16 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 17 27 extern char szErrorTitle[]; 18 28 extern char szMemErrorMsg[]; … … 23 33 extern char szInteralErrorMsg[]; 24 34 25 ULONG SYSTEM ReserveMem();26 27 35 #endif // NOIMAGE 28 36
Note:
See TracChangeset
for help on using the changeset viewer.