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/include/win32k.h

    r5112 r5118  
    1 /* $Id: win32k.h,v 1.5 2001-02-11 15:31:08 bird Exp $
     1/* $Id: win32k.h,v 1.6 2001-02-11 23:43:22 bird Exp $
    22 *
    33 * Top level make file for the Win32k library.
     
    130130    /** @cat Options affecting the behaviour changes in the OS/2 loader */
    131131    ULONG       fDllFixes;              /* Enables the long DLL name and non .DLL extention fixes. */
     132    ULONG       fExeFixes;              /* Enables EXE files to export entry points. */
     133    ULONG       fForcePreload;          /* Forces the loader to preload executable images. Handy for ICAT Ring-3 debugging. */
     134    ULONG       fApiEnh;                /* Enables the API enhancements */
    132135
    133136    /** @cat Options affecting the heap. */
Note: See TracChangeset for help on using the changeset viewer.