Ignore:
Timestamp:
Sep 27, 2001, 5:08:35 AM (24 years ago)
Author:
bird
Message:

Win32k/kKrnlLib splittup: done the major stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/ldr/myldrRead.cpp

    r5086 r6841  
    1 /* $Id: myldrRead.cpp,v 1.9 2001-02-10 11:11:47 bird Exp $
     1/* $Id: myldrRead.cpp,v 1.9.2.1 2001-09-27 03:08:28 bird Exp $
    22 *
    33 * myldrRead - ldrRead.
     
    1515#define INCL_NOPMAPI
    1616#define INCL_OS2KRNL_LDR
     17#define INCL_KKL_LOG
     18#define INCL_KKL_AVL
    1719
    1820/*******************************************************************************
     
    2022*******************************************************************************/
    2123#include <os2.h>
     24#include <peexe.h>
     25#include <exe386.h>
     26#include <OS2Krnl.h>
     27#include <kKrnlLib.h>
    2228
    2329#include <memory.h>
     
    2531
    2632#include "devSegDf.h"                   /* Win32k segment definitions. */
    27 #include "log.h"
    28 #include "avl.h"
    2933#include "dev32.h"
    30 #include <peexe.h>
    31 #include <exe386.h>
    32 #include "OS2Krnl.h"
    3334#include "ldr.h"
    3435#include "ModuleBase.h"
Note: See TracChangeset for help on using the changeset viewer.