Changeset 6841 for branches/splittup/src/win32k/ldr/myldrOpen.cpp
- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- File:
-
- 1 edited
-
branches/splittup/src/win32k/ldr/myldrOpen.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/ldr/myldrOpen.cpp
r6009 r6841 1 /* $Id: myldrOpen.cpp,v 1.16 2001-06-14 12:19:41bird Exp $1 /* $Id: myldrOpen.cpp,v 1.16.2.1 2001-09-27 03:08:27 bird Exp $ 2 2 * 3 3 * myldrOpen - ldrOpen. … … 21 21 #define INCL_OS2KRNL_SEC 22 22 #define INCL_OS2KRNL_LDR 23 #define INCL_KKL_LOG 24 #define INCL_KKL_AVL 25 #define INCL_KKL_HEAP 23 26 24 27 /******************************************************************************* … … 26 29 *******************************************************************************/ 27 30 #include <os2.h> 31 #include <peexe.h> 32 #include <exe386.h> 33 #include <OS2Krnl.h> 34 #include <kKrnlLib.h> 28 35 29 36 #include "devSegDf.h" /* Win32k segment definitions. */ 30 #include "rmalloc.h"31 #include "malloc.h"32 37 #include <memory.h> 33 38 #include <stdlib.h> … … 35 40 #include <stdarg.h> 36 41 37 #include "log.h"38 #include "avl.h"39 42 #include "options.h" 40 #include <peexe.h>41 #include <exe386.h>42 43 #include "elf.h" 43 44 #include "OS2Krnl.h" … … 47 48 #include "pe2lx.h" 48 49 #include "myExecPgm.h" 49 #include "env.h" 50 #include "vprintf.h" /* Make 100% sure we have va_start. */ 50 #include "env.h" /* TODO */ 51 51 52 52
Note:
See TracChangeset
for help on using the changeset viewer.
