Changeset 4164 for trunk/src/win32k/ldr/myldrEnum32bitRelRecs.cpp
- Timestamp:
- Sep 2, 2000, 11:08:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/myldrEnum32bitRelRecs.cpp
r2537 r4164 1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1. 2 2000-01-27 23:43:07bird Exp $1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.3 2000-09-02 21:08:08 bird Exp $ 2 2 * 3 3 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs … … 24 24 #include <stdlib.h> 25 25 26 #include "devSegDf.h" /* Win32k segment definitions. */ 27 #include "avl.h" 26 28 #include "log.h" 27 29 #include <peexe.h> 28 30 #include <exe386.h> 29 31 #include "OS2Krnl.h" 30 #include "avl.h"31 #include "ModuleBase.h"32 32 #include "ldr.h" 33 33 #include "ldrCalls.h" 34 #include "ModuleBase.h" 34 35 35 36 … … 63 64 APIRET rc; 64 65 #if 1 65 kprintf((" ldrEnum32BitRelRecs: pMTE=0x%08x iObject=0x%02x iPageTable=0x%03x pvPage=0x%08x\n"66 kprintf(("myldrEnum32BitRelRecs: pMTE=0x%08x iObject=0x%02x iPageTable=0x%03x pvPage=0x%08x\n" 66 67 " ulPageAddress=0x%08x pvPTDA=0x%08x\n", 67 68 pMTE, iObject, iPageTable, pvPage, ulPageAddress, pvPTDA
Note:
See TracChangeset
for help on using the changeset viewer.