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

    r5086 r6841  
    1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.5 2001-02-10 11:11:46 bird Exp $
     1/* $Id: myldrEnum32bitRelRecs.cpp,v 1.5.2.1 2001-09-27 03:08:26 bird Exp $
    22 *
    33 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs
    44 *
    5  * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com)
    66 *
    77 * Project Odin Software License can be found in LICENSE.TXT
     
    1515#define INCL_NOPMAPI
    1616#define INCL_OS2KRNL_LDR
     17#define INCL_KKL_LOG
     18#define INCL_KKL_AVL
    1719
    1820
     
    2123*******************************************************************************/
    2224#include <os2.h>
     25#include <peexe.h>
     26#include <exe386.h>
     27#include <OS2Krnl.h>
     28#include <kKrnlLib.h>
    2329
    2430#include <memory.h>
     
    2632
    2733#include "devSegDf.h"                   /* Win32k segment definitions. */
    28 #include "avl.h"
    29 #include "log.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.