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

    r4348 r4774  
    1 /* $Id: win32k.h,v 1.2 2000-10-01 02:59:18 bird Exp $
     1/* $Id: win32k.h,v 1.3 2000-12-11 06:17:20 bird Exp $
    22 *
    33 * Top level make file for the Win32k library.
     
    9696    /** @cat Options affecting the  executables */
    9797    ULONG       fNoLoader;              /* No loader stuff. !FIXME! We should import / functions even if this flag is set!!! */
     98
     99    /** @cat Options affecting the behaviour changes in the OS/2 loader */
     100    ULONG       fDllFixes;              /* Enables the long DLL name and non .DLL extention fixes. */
    98101
    99102    /** @cat Options affecting the heap. */
Note: See TracChangeset for help on using the changeset viewer.