Changeset 4090 for branches/GRACE/src/win32k/ldr/myldrOpenPath.cpp
- Timestamp:
- Aug 25, 2000, 6:47:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/ldr/myldrOpenPath.cpp
r4018 r4090 1 /* $Id: myldrOpenPath.cpp,v 1.1.2. 2 2000-08-15 07:03:26bird Exp $1 /* $Id: myldrOpenPath.cpp,v 1.1.2.3 2000-08-25 04:47:25 bird Exp $ 2 2 * 3 3 * myldrOpenPath - ldrOpenPath used to open executables we'll override … … 140 140 pExe = getModuleByhMTE(ptdaGet_ptda_module(pPTDA)); 141 141 #ifdef DEBUG /* While testing! */ 142 kprintf(("myldrOpenPath: getModuleByhMTE returned 0x% x08 for hmod=0x%04\n",142 kprintf(("myldrOpenPath: getModuleByhMTE returned 0x%08x for hmod=0x%04x\n", 143 143 pExe, ptdaGet_ptda_module(pPTDA))); 144 144 #endif
Note:
See TracChangeset
for help on using the changeset viewer.