Changeset 6815 for trunk/src/win32k/kKrnlLib/include/OS2Krnl.h
- Timestamp:
- Sep 26, 2001, 5:52:37 AM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/win32k/kKrnlLib/include/OS2Krnl.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/OS2Krnl.h
r6797 r6815 1 /* $Id: OS2Krnl.h,v 1. 2 2001-09-24 02:13:01bird Exp $1 /* $Id: OS2Krnl.h,v 1.3 2001-09-26 03:52:36 bird Exp $ 2 2 * 3 3 * OS/2 kernel structures, typedefs and macros. … … 82 82 #define INCL_OS2KRNL_VM 83 83 #define INCL_OS2KRNL_VMOWNER 84 #define INCL_OS2KRNL_SEL 84 85 #define INCL_OS2KRNL_SM 85 86 #define INCL_OS2KRNL_SEM 86 87 #define INCL_OS2KRNL_TK 87 88 #define INCL_OS2KRNL_PTDA 89 #define INCL_OS2KRNL_PG 88 90 #define INCL_OS2KRNL_TCB 89 91 #define INCL_OS2KRNL_SEC … … 107 109 #endif 108 110 109 #ifdef INCL_OS2KRNL_PG110 #include <OS2KPG.h>111 #endif112 113 111 #ifdef INCL_OS2KRNL_SM 114 112 #include <OS2KSM.h> … … 127 125 #endif 128 126 127 #ifdef INCL_OS2KRNL_PG 128 #include <OS2KPG.h> 129 #endif 130 131 #ifdef INCL_OS2KRNL_SEL 132 #include <OS2KSEL.h> 133 #endif 134 129 135 #ifdef INCL_OS2KRNL_TK 130 136 #include <OS2KTK.h>
Note:
See TracChangeset
for help on using the changeset viewer.
