Ignore:
Timestamp:
Feb 21, 2000, 3:53:39 PM (26 years ago)
Author:
bird
Message:

Unix styled scripts is working!

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:47 bird Exp $
     1/* $Id: options.h,v 1.8 2000-02-21 14:53:39 bird Exp $
    22 *
    33 * Options.
     
    4444            o.usCom         = OUTPUT_COM2;          \
    4545            o.fLogging      = FALSE;                \
    46 //            o.fLogging      = TRUE;                 \
    4746            o.fKernel       = KF_UNI;               \
    4847            o.ulBuild       = ~0UL;                 \
     
    5251            o.ulInfoLevel   = INFOLEVEL_QUIET;      \
    5352            o.fElf          = FALSE;                \
    54             o.fScript       = FALSE;                \
     53            o.fScript       = TRUE;                 \
    5554            o.fNoLoader     = FALSE;                \
    5655            o.cbSwpHeapInit = CB_SWP_INIT;          \
Note: See TracChangeset for help on using the changeset viewer.