Changeset 6841 for branches/splittup/src/win32k/k32/k32ProcessReadWrite.cpp
- Timestamp:
- Sep 27, 2001, 5:08:35 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/k32/k32ProcessReadWrite.cpp
r5086 r6841 1 /* $Id: k32ProcessReadWrite.cpp,v 1.2 2001-02-10 11:11:44bird Exp $1 /* $Id: k32ProcessReadWrite.cpp,v 1.2.2.1 2001-09-27 03:08:22 bird Exp $ 2 2 * 3 3 * k32ProcessReadWrite - Read or write to another process. … … 22 22 #define INCL_OS2KRNL_LDR 23 23 #define NO_WIN32K_LIB_FUNCTIONS 24 #define INCL_KKL_LOG 24 25 25 26 /******************************************************************************* … … 27 28 *******************************************************************************/ 28 29 #include <os2.h> 30 #include <OS2Krnl.h> 31 #include <kKrnlLib.h> 29 32 30 33 #include "devSegDf.h" /* Win32k segment definitions. */ 31 #include "OS2Krnl.h"32 34 #include "win32k.h" 33 35 #include "k32.h" 34 36 #include "options.h" 35 37 #include "dev32.h" 36 #include "log.h"37 38 38 39
Note:
See TracChangeset
for help on using the changeset viewer.
