Changeset 2799 for trunk/src/win32k/include/OS2Krnl.h
- Timestamp:
- Feb 16, 2000, 12:39:20 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/win32k/include/OS2Krnl.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/OS2Krnl.h
r2617 r2799 1 /* $Id: OS2Krnl.h,v 1. 6 2000-02-03 21:22:30bird Exp $1 /* $Id: OS2Krnl.h,v 1.7 2000-02-15 23:39:19 bird Exp $ 2 2 * 3 3 * OS/2 kernel structures, typedefs and macros. 4 * 5 * Top-level include file. 4 6 * 5 7 * Project Odin Software License can be found in LICENSE.TXT … … 149 151 USHORT mte_usecnt; /* (.EXE only) - use count */ 150 152 CHAR mte_modname[8]; 151 } MTE,*PMTE,**PPMTE;153 } MTE,*PMTE,**PPMTE; 152 154 153 155 … … 232 234 #ifdef INCL_OS2KRNL_ALL 233 235 #define INCL_OS2KRNL_IO 236 #define INCL_OS2KRNL_VM 234 237 #endif 235 238 … … 238 241 #endif 239 242 240 #endif 243 #ifdef INCL_OS2KRNL_VM 244 #include <OS2KVM.h> 245 #endif 246 247 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
