Ignore:
Timestamp:
Aug 19, 2000, 4:37:21 PM (25 years ago)
Author:
bird
Message:

More bugs corrected.
It's working now!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/pe2lx/pe2lx.cpp

    r3988 r4046  
    1 /* $Id: pe2lx.cpp,v 1.18.4.2 2000-08-11 02:26:59 bird Exp $
     1/* $Id: pe2lx.cpp,v 1.18.4.3 2000-08-19 14:37:18 bird Exp $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
     
    13061306ULONG  Pe2Lx::openPath(PCHAR pachModname, USHORT cchModname, ldrlv_t *pLdrLv, PULONG pfl) /* (ldrOpenPath) */
    13071307{
    1308     #if 0 //def RING0
     1308    #ifdef RING0
     1309    #if 1
     1310    return ldrOpenPath(pachModname, cchModname, pLdrLv, pfl);
     1311    #else
     1312
    13091313
    13101314    /* These defines sets the order the paths and pathlists are examined. */
     
    15531557
    15541558    return ldrOpenPath(pachModname, cchModname, pLdrLv, pfl);
     1559    #endif
    15551560    #else
    15561561    NOREF(pachModname);
Note: See TracChangeset for help on using the changeset viewer.