Changeset 6841 for branches/splittup/src/win32k/ldr/myLDRGetProcAddr.cpp
- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/ldr/myLDRGetProcAddr.cpp
r5086 r6841 1 /* $Id: myLDRGetProcAddr.cpp,v 1.2 2001-02-10 11:11:45 bird Exp $1 /* $Id: myLDRGetProcAddr.cpp,v 1.2.2.1 2001-09-27 03:08:25 bird Exp $ 2 2 * 3 3 * LDRGetProcAddr - Get an entry point to a module. … … 17 17 #define INCL_OS2KRNL_PTDA 18 18 #define INCL_OS2KRNL_LDR 19 #define INCL_KKL_LOG 20 #define INCL_KKL_AVL 19 21 20 22 /******************************************************************************* … … 22 24 *******************************************************************************/ 23 25 #include <os2.h> 26 #include <peexe.h> 27 #include <exe386.h> 28 #include <OS2Krnl.h> 29 #include <kKrnlLib.h> 24 30 25 31 #include <memory.h> … … 28 34 29 35 #include "devSegDf.h" /* Win32k segment definitions. */ 30 #include "log.h"31 #include "avl.h"32 #include <peexe.h>33 #include <exe386.h>34 #include "OS2Krnl.h"35 36 #include "dev32.h" 36 37 #include "ldr.h"
Note:
See TracChangeset
for help on using the changeset viewer.
