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/myLDRGetProcAddr.cpp

    r5086 r6841  
    1 /* $Id: myLDRGetProcAddr.cpp,v 1.2 2001-02-10 11:11:45 bird Exp $
     1/* $Id: myLDRGetProcAddr.cpp,v 1.2.2.1 2001-09-27 03:08:25 bird Exp $
    22 *
    33 * LDRGetProcAddr - Get an entry point to a module.
     
    1717#define INCL_OS2KRNL_PTDA
    1818#define INCL_OS2KRNL_LDR
     19#define INCL_KKL_LOG
     20#define INCL_KKL_AVL
    1921
    2022/*******************************************************************************
     
    2224*******************************************************************************/
    2325#include <os2.h>
     26#include <peexe.h>
     27#include <exe386.h>
     28#include <OS2Krnl.h>
     29#include <kKrnlLib.h>
    2430
    2531#include <memory.h>
     
    2834
    2935#include "devSegDf.h"                   /* Win32k segment definitions. */
    30 #include "log.h"
    31 #include "avl.h"
    32 #include <peexe.h>
    33 #include <exe386.h>
    34 #include "OS2Krnl.h"
    3536#include "dev32.h"
    3637#include "ldr.h"
Note: See TracChangeset for help on using the changeset viewer.