Ignore:
Timestamp:
Jan 22, 2000, 7:21:03 PM (26 years ago)
Author:
bird
Message:

Temporary backup checkin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/options.h

    r1678 r2501  
    1 /* $Id: options.h,v 1.4 1999-11-10 01:45:33 bird Exp $
     1/* $Id: options.h,v 1.5 2000-01-22 18:21:01 bird Exp $
    22 *
    33 * Options.
     
    3333
    3434/* Set defaults. */
    35 #define SET_OPTIONS_TO_DEFAULT(o)           \
    36             o.fQuiet      = FALSE;          \
    37             o.usCom       = OUTPUT_COM2;    \
    38             o.fLogging    = FALSE;          \
    39             o.fKernel     = KF_UNI;         \
    40             o.ulBuild     = ~0UL;           \
    41             o.usVerMajor  = ~0;             \
    42             o.usVerMinor  = ~0;             \
    43             o.fPE         = FLAGS_PE_PE2LX; \
    44             o.ulInfoLevel = INFOLEVEL_QUIET;\
    45             o.fElf        = FALSE;          \
    46             o.fScript     = FALSE;          \
    47             o.fNoLoader   = FALSE;          \
    48             o.cbHeap      = 0x100000; /* 1MB */ \
    49             o.cbHeapMax   = 0x100000; /* 1MB */ \
    50             o.cbHeapResident    = 0x10000; /* 64KB */ \
    51             o.cbHeapMaxResident = 0x1000;  /* 4KB */ \
     35#define SET_OPTIONS_TO_DEFAULT(o)                       \
     36            o.fQuiet      = FALSE;                      \
     37            o.usCom       = OUTPUT_COM2;                \
     38            o.fLogging    = FALSE;                      \
     39            o.fKernel     = KF_UNI;                     \
     40            o.ulBuild     = ~0UL;                       \
     41            o.usVerMajor  = (unsigned short)~0;         \
     42            o.usVerMinor  = (unsigned short)~0;         \
     43            o.fPE         = FLAGS_PE_PE2LX;             \
     44            o.ulInfoLevel = INFOLEVEL_QUIET;            \
     45            o.fElf        = FALSE;                      \
     46            o.fScript     = FALSE;                      \
     47            o.fNoLoader   = FALSE;                      \
     48            o.cbHeap      = 0x100000; /* 1MB */         \
     49            o.cbHeapMax   = 0x100000; /* 1MB */         \
     50            o.cbHeapResident    = 0x10000; /* 64KB */   \
     51            o.cbHeapMaxResident = 0x1000;  /* 4KB */    \
    5252
    5353
Note: See TracChangeset for help on using the changeset viewer.