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/dev32/d32init.c

    r5049 r5086  
    1 /* $Id: d32init.c,v 1.31 2001-02-02 08:27:16 bird Exp $
     1/* $Id: d32init.c,v 1.32 2001-02-10 11:11:42 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    3131#define LDR_INCL_INITONLY
    3232#define INCL_OS2KRNL_ALL
     33#define INCL_OS2KRNL_LDR
    3334
    3435/*******************************************************************************
     
    5051#include "malloc.h"
    5152#include "ldr.h"
    52 #include "ldrCalls.h"
    5353#include "macros.h"
    5454#include "errors.h"
Note: See TracChangeset for help on using the changeset viewer.