Ignore:
Timestamp:
Dec 16, 2002, 3:25:07 AM (23 years ago)
Author:
bird
Message:

Cleanup/Backup.

File:
1 edited

Legend:

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

    r9507 r9514  
    1 /* $Id: options.h,v 1.4 2002-12-16 01:37:07 bird Exp $
     1/* $Id: options.h,v 1.5 2002-12-16 02:25:07 bird Exp $
    22 *
    33 * Options.
     
    5252{
    5353    /** @cat misc */
    54     ULONG       fQuiet;                 /* Quiet initialization. */
     54    unsigned long   fQuiet;             /* Quiet initialization. */
    5555
    5656    /** @cat logging options */
    57     USHORT      usCom;                  /* Output port no. */
    58     USHORT      fLogging;               /* Logging. */
     57    unsigned short  usCom;              /* Output port no. */
     58    unsigned short  fLogging;           /* Logging. */
    5959
    6060    /** @cat Options affecting the heap. */
    61     ULONG       cbSwpHeapInit;          /* Initial heapsize. */
    62     ULONG       cbSwpHeapMax;           /* Maximum heapsize. */
    63     ULONG       cbResHeapInit;          /* Initial residentheapsize. */
    64     ULONG       cbResHeapMax;           /* Maxiumem residentheapsize. */
     61    unsigned long   cbSwpHeapInit;      /* Initial heapsize. */
     62    unsigned long   cbSwpHeapMax;       /* Maximum heapsize. */
     63    unsigned long   cbResHeapInit;      /* Initial residentheapsize. */
     64    unsigned long   cbResHeapMax;       /* Maxiumem residentheapsize. */
    6565};
    6666#pragma pack()
     
    7171/* NOINC */
    7272extern struct kKLOptions    options;  /* defined in d16Globl.c */
    73 extern USHORT               usVerMajor;
    74 extern USHORT               usVerMinor;
     73extern unsigned short       usVerMajor; /* obsolete? */
     74extern unsigned short       usVerMinor; /* obsolete? */
    7575extern char                 szSymbolFile[128];
    7676
Note: See TracChangeset for help on using the changeset viewer.