Changeset 8161 for trunk/src/win32k/kKrnlLib/include/OS2KLDR.h
- Timestamp:
- Apr 1, 2002, 12:03:52 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/OS2KLDR.h
r6837 r8161 1 /* $Id: OS2KLDR.h,v 1. 3 2001-09-27 03:04:12 bird Exp $1 /* $Id: OS2KLDR.h,v 1.4 2002-04-01 10:03:52 bird Exp $ 2 2 * 3 3 * OS/2 kernel Loader Stuff. … … 35 35 36 36 /* ote_flags */ 37 #if ndef __EXE386__37 #if !defined(OBJREAD) 38 38 #define OBJREAD 0x00000001L /* Readable Object */ 39 39 #define OBJWRITE 0x00000002L /* Writeable Object */ … … 46 46 #endif 47 47 #define OBJZEROFIL 0x00000100L /* Object has zero-filled pages */ 48 #if ndef __EXE386__48 #if !defined(OBJRESIDENT) 49 49 #define OBJRESIDENT 0x00000200L /* Object is resident */ 50 50 #define OBJCONTIG 0x00000300L /* Object is resident and contiguous */
Note:
See TracChangeset
for help on using the changeset viewer.