Ignore:
Timestamp:
Feb 10, 2001, 12:11:48 PM (25 years ago)
Author:
bird
Message:

Moved ldrCalls.h into the OS2Krnl.h tree as OS2KLDR.h.
Also moved the Ldr definitions from OS2Krnl.h and into OS2KLDR.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/myldrOpenPath.cpp

    r4778 r5086  
    1 /* $Id: myldrOpenPath.cpp,v 1.4 2000-12-11 06:30:59 bird Exp $
     1/* $Id: myldrOpenPath.cpp,v 1.5 2001-02-10 11:11:46 bird Exp $
    22 *
    33 * myldrOpenPath - ldrOpenPath used to open executables we'll override
     
    1717#define INCL_OS2KRNL_TCB
    1818#define INCL_OS2KRNL_PTDA
     19#define INCL_OS2KRNL_LDR
    1920
    2021/*******************************************************************************
     
    3435#include "OS2Krnl.h"
    3536#include "avl.h"
    36 #include "ldrCalls.h"
    3737#include "ldr.h"
    3838#include "ModuleBase.h"
Note: See TracChangeset for help on using the changeset viewer.