Changeset 4046 for branches/GRACE/src/win32k/pe2lx/pe2lx.cpp
- Timestamp:
- Aug 19, 2000, 4:37:21 PM (25 years ago)
- 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:59bird Exp $1 /* $Id: pe2lx.cpp,v 1.18.4.3 2000-08-19 14:37:18 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 1306 1306 ULONG Pe2Lx::openPath(PCHAR pachModname, USHORT cchModname, ldrlv_t *pLdrLv, PULONG pfl) /* (ldrOpenPath) */ 1307 1307 { 1308 #if 0 //def RING0 1308 #ifdef RING0 1309 #if 1 1310 return ldrOpenPath(pachModname, cchModname, pLdrLv, pfl); 1311 #else 1312 1309 1313 1310 1314 /* These defines sets the order the paths and pathlists are examined. */ … … 1553 1557 1554 1558 return ldrOpenPath(pachModname, cchModname, pLdrLv, pfl); 1559 #endif 1555 1560 #else 1556 1561 NOREF(pachModname);
Note:
See TracChangeset
for help on using the changeset viewer.