Changeset 6841 for branches/splittup/src/win32k/k32/k32SetEnvironment.cpp
- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/k32/k32SetEnvironment.cpp
r6296 r6841 1 /* $Id: k32SetEnvironment.cpp,v 1.2 2001-07-10 16:39:17bird Exp $1 /* $Id: k32SetEnvironment.cpp,v 1.2.2.1 2001-09-27 03:08:23 bird Exp $ 2 2 * 3 3 * k32SetEnvironment - Sets the Odin32 environment for a process. … … 19 19 #define INCL_OS2KRNL_LDR 20 20 #define NO_WIN32K_LIB_FUNCTIONS 21 #define INCL_KKL_LOG 22 #define INCL_KKL_AVL 21 23 22 24 … … 25 27 *******************************************************************************/ 26 28 #include <os2.h> 29 #include <OS2Krnl.h> 30 #include <kKrnlLib.h> 31 27 32 #include <memory.h> 28 33 #include "devSegDf.h" /* Win32k segment definitions. */ 29 #include "OS2Krnl.h"30 34 #include "win32k.h" 31 35 #include "k32.h" … … 33 37 #include "dev32.h" 34 38 #include "dev32hlp.h" 35 #include "log.h"36 #include "macros.h"37 #include "avl.h"38 39 #include "PerTaskW32kData.h" 39 40
Note:
See TracChangeset
for help on using the changeset viewer.
