Ignore:
Timestamp:
Feb 2, 2001, 9:41:31 AM (25 years ago)
Author:
bird
Message:

Added new option for the All-in-one-object fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/k32/k32SetOptions.cpp

    r4774 r5051  
    1 /* $Id: k32SetOptions.cpp,v 1.4 2000-12-11 06:22:15 bird Exp $
     1/* $Id: k32SetOptions.cpp,v 1.5 2001-02-02 08:38:34 bird Exp $
    22 *
    33 * k32SetOptions - Sets the changable options of win32k.sys the options.
     
    112112        if (TmpOptions.fPE > 4)
    113113            return ERROR_INVALID_PARAMETER;
     114        if (TmpOptions.fPEOneObject > 2)
     115            return ERROR_INVALID_PARAMETER;
    114116        if (TmpOptions.ulInfoLevel > 4)
    115117            return ERROR_INVALID_PARAMETER;
     
    150152        options.fLogging    = (USHORT)TmpOptions.fLogging;/* Logging. */
    151153        options.fPE         = TmpOptions.fPE;           /* Flags set the type of conversion. */
     154        options.fPEOneObject= TmpOptions.fPEOneObject;  /* All in One Object Forces fix. */
    152155        options.ulInfoLevel = TmpOptions.ulInfoLevel;   /* Pe2Lx InfoLevel. */
    153156        options.fElf        = TmpOptions.fElf;          /* Elf flags. */
Note: See TracChangeset for help on using the changeset viewer.