Changeset 6841 for branches/splittup/src/win32k/ldr/ModuleBase.cpp
- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- File:
-
- 1 edited
-
branches/splittup/src/win32k/ldr/ModuleBase.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/ldr/ModuleBase.cpp
r5086 r6841 1 /* $Id: ModuleBase.cpp,v 1.7 2001-02-10 11:11:44 bird Exp $1 /* $Id: ModuleBase.cpp,v 1.7.2.1 2001-09-27 03:08:24 bird Exp $ 2 2 * 3 3 * ModuleBase - Implementetation. … … 19 19 #endif 20 20 #define INCL_OS2KRNL_LDR 21 #define INCL_KKL_LOG 22 #define INCL_KKL_AVL 23 #define INCL_KKL_HEAP 24 #define INCL_KKL_PRINTF 21 25 22 26 … … 25 29 *******************************************************************************/ 26 30 #include <os2.h> /* OS/2 header file. */ 31 #include <OS2Krnl.h> 32 #include <kKrnlLib.h> 27 33 28 34 #include "devSegDf.h" /* Win32k segment definitions. */ 29 #include "malloc.h" /* Win32k malloc. Not C library! */30 35 31 36 #include <string.h> /* C library string.h. */ 32 #include <stdarg.h> /* C library stdarg.h. */ 33 34 #include "vprintf.h" /* win32k printf and vprintf. Not C library! */ 37 35 38 #include "dev32.h" /* 32-Bit part of the device driver. (SSToDS) */ 36 #include "OS2Krnl.h" /* kernel structs. (SFN) */37 39 #include "modulebase.h" /* ModuleBase class definitions, ++. */ 38 40
Note:
See TracChangeset
for help on using the changeset viewer.
