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

    r6009 r6841  
    1 /* $Id: myldrOpen.cpp,v 1.16 2001-06-14 12:19:41 bird Exp $
     1/* $Id: myldrOpen.cpp,v 1.16.2.1 2001-09-27 03:08:27 bird Exp $
    22 *
    33 * myldrOpen - ldrOpen.
     
    2121#define INCL_OS2KRNL_SEC
    2222#define INCL_OS2KRNL_LDR
     23#define INCL_KKL_LOG
     24#define INCL_KKL_AVL
     25#define INCL_KKL_HEAP
    2326
    2427/*******************************************************************************
     
    2629*******************************************************************************/
    2730#include <os2.h>
     31#include <peexe.h>
     32#include <exe386.h>
     33#include <OS2Krnl.h>
     34#include <kKrnlLib.h>
    2835
    2936#include "devSegDf.h"                   /* Win32k segment definitions. */
    30 #include "rmalloc.h"
    31 #include "malloc.h"
    3237#include <memory.h>
    3338#include <stdlib.h>
     
    3540#include <stdarg.h>
    3641
    37 #include "log.h"
    38 #include "avl.h"
    3942#include "options.h"
    40 #include <peexe.h>
    41 #include <exe386.h>
    4243#include "elf.h"
    4344#include "OS2Krnl.h"
     
    4748#include "pe2lx.h"
    4849#include "myExecPgm.h"
    49 #include "env.h"
    50 #include "vprintf.h"                    /* Make 100% sure we have va_start.  */
     50#include "env.h"                        /* TODO */
    5151
    5252
Note: See TracChangeset for help on using the changeset viewer.