Changeset 2501 for trunk/src/win32k/include/options.h
- Timestamp:
 - Jan 22, 2000, 7:21:03 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/win32k/include/options.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/win32k/include/options.h
r1678 r2501 1 /* $Id: options.h,v 1. 4 1999-11-10 01:45:33bird Exp $1 /* $Id: options.h,v 1.5 2000-01-22 18:21:01 bird Exp $ 2 2 * 3 3 * Options. … … 33 33 34 34 /* 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 */ \ 52 52 53 53  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  