Changeset 6296 for trunk/src/win32k/pe2lx/pe2lx.cpp
- Timestamp:
- Jul 10, 2001, 6:41:10 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/pe2lx/pe2lx.cpp
r6267 r6296 1 /* $Id: pe2lx.cpp,v 1.3 0 2001-07-09 12:56:53bird Exp $1 /* $Id: pe2lx.cpp,v 1.31 2001-07-10 16:39:18 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 1766 1766 case FINDDLL_PATH: 1767 1767 { 1768 PPTD pptd = GetTaskData( 0);1768 PPTD pptd = GetTaskData(NULL, FALSE); 1769 1769 pszPath = NULL; 1770 1770 if (pptd)
Note:
See TracChangeset
for help on using the changeset viewer.