Changeset 8152 for branches/splittup/src
- Timestamp:
- Apr 1, 2002, 10:31:11 AM (24 years ago)
- Location:
- branches/splittup/src/win32k/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/include/LXexe.h
r8151 r8152 1 /* $Id: LXexe.h,v 1.1.2. 1 2002-04-01 08:28:33bird Exp $1 /* $Id: LXexe.h,v 1.1.2.2 2002-04-01 08:31:11 bird Exp $ 2 2 * 3 3 * LX DEFINITIONS AND DECLARATIONS. … … 48 48 #define E32CPU386 0x002 /* Intel 80386 or upwardly compatibile */ 49 49 #define E32CPU486 0x003 /* Intel 80486 or upwardly compatibile */ 50 51 52 /* 53 * Target operating systems 54 */ 55 #ifndef NE_OS2 56 #define NE_UNKNOWN 0x0 /* Unknown (any "new-format" OS) */ 57 #define NE_OS2 0x1 /* OS/2 (default) */ 58 #define NE_WINDOWS 0x2 /* Windows */ 59 #define NE_DOS4 0x3 /* DOS 4.x */ 60 #define NE_DEV386 0x4 /* Windows 386 */ 61 #endif 50 62 51 63 -
branches/splittup/src/win32k/include/NEexe.h
r8151 r8152 1 /* $Id: NEexe.h,v 1.1.2. 1 2002-04-01 08:28:33bird Exp $1 /* $Id: NEexe.h,v 1.1.2.2 2002-04-01 08:31:10 bird Exp $ 2 2 * 3 3 * NE DEFINITIONS AND DECLARATIONS. … … 13 13 14 14 #define IMAGE_OS2_SIGNATURE 0x454E /* NE */ 15 16 /* 17 * Target operating systems 18 */ 19 #ifndef NE_OS2 20 #define NE_UNKNOWN 0x0 /* Unknown (any "new-format" OS) */ 21 #define NE_OS2 0x1 /* OS/2 (default) */ 22 #define NE_WINDOWS 0x2 /* Windows */ 23 #define NE_DOS4 0x3 /* DOS 4.x */ 24 #define NE_DEV386 0x4 /* Windows 386 */ 25 #endif 26 15 27 16 28 /*
Note:
See TracChangeset
for help on using the changeset viewer.
