Ignore:
Timestamp:
Dec 11, 2000, 7:22:15 AM (25 years ago)
Author:
bird
Message:

Added option fDllFixes.

File:
1 edited

Legend:

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

    r4185 r4774  
    1 /* $Id: k32QueryOptionsStatus.cpp,v 1.3 2000-09-04 16:40:50 bird Exp $
     1/* $Id: k32QueryOptionsStatus.cpp,v 1.4 2000-12-11 06:22:15 bird Exp $
    22 *
    33 * k32QueryOptionsStatus  - Queries the options and/or the status of
     
    135135        TmpOptions.fJava        = options.fJava;
    136136        TmpOptions.fNoLoader    = options.fNoLoader;
     137        TmpOptions.fDllFixes    = options.fDllFixes;
    137138        TmpOptions.cbSwpHeapMax = options.cbSwpHeapMax;
    138139        TmpOptions.cbResHeapMax = options.cbResHeapMax;
Note: See TracChangeset for help on using the changeset viewer.