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

    r6193 r6841  
    1 /* $Id: myldrCheckInternalName.cpp,v 1.5 2001-07-07 04:39:57 bird Exp $
     1/* $Id: myldrCheckInternalName.cpp,v 1.5.2.1 2001-09-27 03:08:25 bird Exp $
    22 *
    33 * ldrCheckInternalName - ldrCheckInternalName replacement with support for
    44 *                  long DLL names and no .DLL-extention dependency.
    55 *
    6  * Copyright (c) 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
    77 *
    88 * Project Odin Software License can be found in LICENSE.TXT
     
    1717#define INCL_NOPMAPI
    1818#define INCL_OS2KRNL_LDR
     19#define INCL_KKL_LOG
     20#define INCL_KKL_AVL
    1921
    2022
     
    2325*******************************************************************************/
    2426#include <os2.h>
     27#include <peexe.h>
     28#include <exe386.h>
     29#include <OS2Krnl.h>
     30#include <kKrnlLib.h>
    2531
    2632#include <memory.h>
     
    2935
    3036#include "devSegDf.h"                   /* Win32k segment definitions. */
    31 #include "log.h"
    32 #include "avl.h"
    33 #include <peexe.h>
    34 #include <exe386.h>
    35 #include "OS2Krnl.h"
    3637#include "dev32.h"
    3738#include "ldr.h"
Note: See TracChangeset for help on using the changeset viewer.