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

    r4785 r5086  
    1 /* $Id: ldr.cpp,v 1.9 2000-12-11 06:44:34 bird Exp $
     1/* $Id: ldr.cpp,v 1.10 2001-02-10 11:11:45 bird Exp $
    22 *
    33 * ldr.cpp - Loader helpers.
     
    1616#define INCL_OS2KRNL_SEM
    1717#define INCL_OS2KRNL_PTDA
     18#define INCL_OS2KRNL_LDR
    1819
    1920/*******************************************************************************
     
    3637#include "OS2Krnl.h"
    3738#include "ldr.h"
    38 #include "ldrCalls.h"
    3939#include "ModuleBase.h"
    4040#include "pe2lx.h"
Note: See TracChangeset for help on using the changeset viewer.