Changeset 8152 for branches/splittup/src


Ignore:
Timestamp:
Apr 1, 2002, 10:31:11 AM (24 years ago)
Author:
bird
Message:

Added target OS defines.

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:33 bird Exp $
     1/* $Id: LXexe.h,v 1.1.2.2 2002-04-01 08:31:11 bird Exp $
    22 *
    33 * LX DEFINITIONS AND DECLARATIONS.
     
    4848#define E32CPU386       0x002      /* Intel 80386 or upwardly compatibile */
    4949#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
    5062
    5163
  • branches/splittup/src/win32k/include/NEexe.h

    r8151 r8152  
    1 /* $Id: NEexe.h,v 1.1.2.1 2002-04-01 08:28:33 bird Exp $
     1/* $Id: NEexe.h,v 1.1.2.2 2002-04-01 08:31:10 bird Exp $
    22 *
    33 * NE DEFINITIONS AND DECLARATIONS.
     
    1313
    1414#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
    1527
    1628/*
Note: See TracChangeset for help on using the changeset viewer.