Ignore:
Timestamp:
Feb 12, 2001, 12:43:22 AM (25 years ago)
Author:
bird
Message:

Added force preload, exefix and apifix options.

File:
1 edited

Legend:

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

    r5086 r5118  
    1 /* $Id: k32QueryOptionsStatus.cpp,v 1.6 2001-02-10 11:11:44 bird Exp $
     1/* $Id: k32QueryOptionsStatus.cpp,v 1.7 2001-02-11 23:43:00 bird Exp $
    22 *
    33 * k32QueryOptionsStatus  - Queries the options and/or the status of
     
    137137        TmpOptions.fNoLoader    = options.fNoLoader;
    138138        TmpOptions.fDllFixes    = options.fDllFixes;
     139        TmpOptions.fExeFixes    = options.fExeFixes;
     140        TmpOptions.fForcePreload= options.fForcePreload;
     141        TmpOptions.fApiEnh      = options.fApiEnh;
    139142        TmpOptions.cbSwpHeapMax = options.cbSwpHeapMax;
    140143        TmpOptions.cbResHeapMax = options.cbResHeapMax;
Note: See TracChangeset for help on using the changeset viewer.