Changeset 6841 for branches/splittup/src/win32k/ldr/myldrOpenPath.cpp
- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/ldr/myldrOpenPath.cpp
r5086 r6841 1 /* $Id: myldrOpenPath.cpp,v 1.5 2001-02-10 11:11:46bird Exp $1 /* $Id: myldrOpenPath.cpp,v 1.5.2.1 2001-09-27 03:08:27 bird Exp $ 2 2 * 3 3 * myldrOpenPath - ldrOpenPath used to open executables we'll override 4 4 * this to altern the search path for DLLs. 5 5 * 6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 * Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT … … 18 18 #define INCL_OS2KRNL_PTDA 19 19 #define INCL_OS2KRNL_LDR 20 #define INCL_KKL_LOG 21 #define INCL_KKL_AVL 20 22 21 23 /******************************************************************************* … … 23 25 *******************************************************************************/ 24 26 #include <os2.h> 27 #include <peexe.h> 28 #include <exe386.h> 29 #include <OS2Krnl.h> 30 #include <kKrnlLib.h> 25 31 26 32 #include <memory.h> … … 28 34 29 35 #include "devSegDf.h" /* Win32k segment definitions. */ 30 #include "log.h"31 36 #include "dev32.h" 32 37 #include "dev32hlp.h" 33 #include <peexe.h>34 #include <exe386.h>35 #include "OS2Krnl.h"36 #include "avl.h"37 38 #include "ldr.h" 38 39 #include "ModuleBase.h"
Note:
See TracChangeset
for help on using the changeset viewer.
