Changeset 3834 for branches/GRACE/src/win32k/ldr/myldrEnum32bitRelRecs.cpp
- Timestamp:
- Jul 17, 2000, 12:43:41 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/ldr/myldrEnum32bitRelRecs.cpp
r2537 r3834 1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.2 2000-01-27 23:43:07bird Exp $1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.2.4.1 2000-07-16 22:43:36 bird Exp $ 2 2 * 3 3 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs … … 24 24 #include <stdlib.h> 25 25 26 #include "avl.h" 26 27 #include "log.h" 27 28 #include <peexe.h> 28 29 #include <exe386.h> 29 30 #include "OS2Krnl.h" 30 #include "avl.h"31 #include "ModuleBase.h"32 31 #include "ldr.h" 33 32 #include "ldrCalls.h" 33 #include "ModuleBase.h" 34 34 35 35 … … 63 63 APIRET rc; 64 64 #if 1 65 kprintf((" ldrEnum32BitRelRecs: pMTE=0x%08x iObject=0x%02x iPageTable=0x%03x pvPage=0x%08x\n"65 kprintf(("myldrEnum32BitRelRecs: pMTE=0x%08x iObject=0x%02x iPageTable=0x%03x pvPage=0x%08x\n" 66 66 " ulPageAddress=0x%08x pvPTDA=0x%08x\n", 67 67 pMTE, iObject, iPageTable, pvPage, ulPageAddress, pvPTDA
Note:
See TracChangeset
for help on using the changeset viewer.