Changeset 9514 for trunk/src/win32k/kKrnlLib/include/options.h
- Timestamp:
- Dec 16, 2002, 3:25:07 AM (23 years ago)
- 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 $ 2 2 * 3 3 * Options. … … 52 52 { 53 53 /** @cat misc */ 54 ULONG fQuiet;/* Quiet initialization. */54 unsigned long fQuiet; /* Quiet initialization. */ 55 55 56 56 /** @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. */ 59 59 60 60 /** @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. */ 65 65 }; 66 66 #pragma pack() … … 71 71 /* NOINC */ 72 72 extern struct kKLOptions options; /* defined in d16Globl.c */ 73 extern USHORT usVerMajor;74 extern USHORT usVerMinor;73 extern unsigned short usVerMajor; /* obsolete? */ 74 extern unsigned short usVerMinor; /* obsolete? */ 75 75 extern char szSymbolFile[128]; 76 76
Note:
See TracChangeset
for help on using the changeset viewer.