Changeset 5086 for trunk/src/win32k/elf2lx/elf2lx.cpp
- Timestamp:
- Feb 10, 2001, 12:11:48 PM (25 years ago)
- 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:48bird Exp $1 /* $Id: elf2lx.cpp,v 1.6 2001-02-10 11:11:42 bird Exp $ 2 2 * 3 3 * Elf2Lx - implementation. … … 16 16 #define INCL_DOSERRORS /* DOS Error codes. */ 17 17 #ifdef RING0 18 #define INCL_OS2KRNL_LDR /* LdrRead */ 18 19 #define INCL_NOAPI /* RING0: No apis. */ 19 20 #else /*RING3*/ … … 43 44 #include "dev32.h" /* 32-Bit part of the device driver. (SSToDS) */ 44 45 #include "OS2Krnl.h" /* kernel structs. (SFN) */ 45 #ifdef RING046 #include "ldrCalls.h" /* ldr* calls. (ldrRead) */47 #endif48 46 49 47 #include "elf.h" /* Elf binary format definitions. */
Note:
See TracChangeset
for help on using the changeset viewer.