Changeset 2848 for trunk/src/win32k/include/options.h
- Timestamp:
- Feb 21, 2000, 3:53:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/options.h
r2836 r2848 1 /* $Id: options.h,v 1. 7 2000-02-21 04:45:47bird Exp $1 /* $Id: options.h,v 1.8 2000-02-21 14:53:39 bird Exp $ 2 2 * 3 3 * Options. … … 44 44 o.usCom = OUTPUT_COM2; \ 45 45 o.fLogging = FALSE; \ 46 // o.fLogging = TRUE; \47 46 o.fKernel = KF_UNI; \ 48 47 o.ulBuild = ~0UL; \ … … 52 51 o.ulInfoLevel = INFOLEVEL_QUIET; \ 53 52 o.fElf = FALSE; \ 54 o.fScript = FALSE;\53 o.fScript = TRUE; \ 55 54 o.fNoLoader = FALSE; \ 56 55 o.cbSwpHeapInit = CB_SWP_INIT; \
Note:
See TracChangeset
for help on using the changeset viewer.