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

Added new state flag for extention fix in myldrOpen and myldrOpenPath.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/ldr.cpp

    r4164 r4785  
    1 /* $Id: ldr.cpp,v 1.8 2000-09-02 21:08:06 bird Exp $
     1/* $Id: ldr.cpp,v 1.9 2000-12-11 06:44:34 bird Exp $
    22 *
    33 * ldr.cpp - Loader helpers.
     
    5252 * Loader State. (See ldr.h for more info.)
    5353 */
    54 ULONG          ulLdrState = LDRSTATE_UNKNOWN;
     54ULONG           ulLdrState = LDRSTATE_UNKNOWN;
     55
     56
     57/*
     58 * ldrOpen extention fix flag. (See ldr.h, myldrOpenPath.cpp and myldrOpen.cpp.)
     59 */
     60BOOL            fldrOpenExtentionFix = FALSE;
    5561
    5662
Note: See TracChangeset for help on using the changeset viewer.