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

    r5086 r6841  
    1 /* $Id: ModuleBase.cpp,v 1.7 2001-02-10 11:11:44 bird Exp $
     1/* $Id: ModuleBase.cpp,v 1.7.2.1 2001-09-27 03:08:24 bird Exp $
    22 *
    33 * ModuleBase - Implementetation.
     
    1919#endif
    2020#define INCL_OS2KRNL_LDR
     21#define INCL_KKL_LOG
     22#define INCL_KKL_AVL
     23#define INCL_KKL_HEAP
     24#define INCL_KKL_PRINTF
    2125
    2226
     
    2529*******************************************************************************/
    2630#include <os2.h>                        /* OS/2 header file. */
     31#include <OS2Krnl.h>
     32#include <kKrnlLib.h>
    2733
    2834#include "devSegDf.h"                   /* Win32k segment definitions. */
    29 #include "malloc.h"                     /* Win32k malloc. Not C library! */
    3035
    3136#include <string.h>                     /* C library string.h. */
    32 #include <stdarg.h>                     /* C library stdarg.h. */
    33 
    34 #include "vprintf.h"                    /* win32k printf and vprintf. Not C library! */
     37
    3538#include "dev32.h"                      /* 32-Bit part of the device driver. (SSToDS) */
    36 #include "OS2Krnl.h"                    /* kernel structs.  (SFN) */
    3739#include "modulebase.h"                 /* ModuleBase class definitions, ++. */
    3840
Note: See TracChangeset for help on using the changeset viewer.