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

    r4787 r5086  
    1 /* $Id: elf2lx.cpp,v 1.5 2000-12-11 06:53:48 bird Exp $
     1/* $Id: elf2lx.cpp,v 1.6 2001-02-10 11:11:42 bird Exp $
    22 *
    33 * Elf2Lx - implementation.
     
    1616#define INCL_DOSERRORS                  /* DOS Error codes. */
    1717#ifdef RING0
     18    #define INCL_OS2KRNL_LDR            /* LdrRead */
    1819    #define INCL_NOAPI                  /* RING0: No apis. */
    1920#else /*RING3*/
     
    4344#include "dev32.h"                      /* 32-Bit part of the device driver. (SSToDS) */
    4445#include "OS2Krnl.h"                    /* kernel structs.  (SFN) */
    45 #ifdef RING0
    46     #include "ldrCalls.h"               /* ldr* calls. (ldrRead) */
    47 #endif
    4846
    4947#include "elf.h"                        /* Elf binary format definitions. */
Note: See TracChangeset for help on using the changeset viewer.