Ignore:
Timestamp:
Jul 17, 2000, 12:43:41 AM (25 years ago)
Author:
bird
Message:

Checkin of current code in the Grace brance for backup purpose.

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:07 bird Exp $
     1/* $Id: myldrEnum32bitRelRecs.cpp,v 1.2.4.1 2000-07-16 22:43:36 bird Exp $
    22 *
    33 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs
     
    2424#include <stdlib.h>
    2525
     26#include "avl.h"
    2627#include "log.h"
    2728#include <peexe.h>
    2829#include <exe386.h>
    2930#include "OS2Krnl.h"
    30 #include "avl.h"
    31 #include "ModuleBase.h"
    3231#include "ldr.h"
    3332#include "ldrCalls.h"
     33#include "ModuleBase.h"
    3434
    3535
     
    6363        APIRET rc;
    6464        #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"
    6666                 "                     ulPageAddress=0x%08x pvPTDA=0x%08x\n",
    6767                 pMTE, iObject, iPageTable, pvPage, ulPageAddress, pvPTDA
Note: See TracChangeset for help on using the changeset viewer.