Changeset 9514 for trunk/src/win32k/kKrnlLib/include/OS2Krnl.h
- Timestamp:
 - Dec 16, 2002, 3:25:07 AM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/win32k/kKrnlLib/include/OS2Krnl.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/win32k/kKrnlLib/include/OS2Krnl.h
r6815 r9514 1 /* $Id: OS2Krnl.h,v 1. 3 2001-09-26 03:52:36 bird Exp $1 /* $Id: OS2Krnl.h,v 1.4 2002-12-16 02:25:06 bird Exp $ 2 2 * 3 3 * OS/2 kernel structures, typedefs and macros. 4 *5 4 * Top-level include file. 6 5 * 7 * Project Odin Software License can be found in LICENSE.TXT 6 * Copyright (c) 1999-2003 knut st. osmundsen <bird@anduin.net> 7 * 8 * 9 * This file is part of kKrnlLib. 10 * 11 * kKrnlLib is free software; you can redistribute it and/or modify 12 * it under the terms of the GNU General Public License as published by 13 * the Free Software Foundation; either version 2 of the License, or 14 * (at your option) any later version. 15 * 16 * kKrnlLib is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU General Public License for more details. 20 * 21 * You should have received a copy of the GNU General Public License 22 * along with kKrnlLib; if not, write to the Free Software 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 24 * 9 25 */ … … 98 114 99 115 #ifdef INCL_OS2KRNL_IO 100 #include <OS2KIO.h>116 #include "OS2KIO.h" 101 117 #endif 102 118 103 119 #ifdef INCL_OS2KRNL_VM 104 #include <OS2KVM.h>120 #include "OS2KVM.h" 105 121 #endif 106 122 107 123 #ifdef INCL_OS2KRNL_VMOWNER 108 #include <OS2KOwn.h>124 #include "OS2KOwn.h" 109 125 #endif 110 126 111 127 #ifdef INCL_OS2KRNL_SM 112 #include <OS2KSM.h>128 #include "OS2KSM.h" 113 129 #endif 114 130 115 131 #ifdef INCL_OS2KRNL_SEM 116 #include <OS2KSEM.h>132 #include "OS2KSEM.h" 117 133 #endif 118 134 119 135 #ifdef INCL_OS2KRNL_PTDA 120 #include <OS2KPTDA.h>136 #include "OS2KPTDA.h" 121 137 #endif 122 138 123 139 #ifdef INCL_OS2KRNL_TCB 124 #include <OS2KTCB.h>140 #include "OS2KTCB.h" 125 141 #endif 126 142 127 143 #ifdef INCL_OS2KRNL_PG 128 #include <OS2KPG.h>144 #include "OS2KPG.h" 129 145 #endif 130 146 131 147 #ifdef INCL_OS2KRNL_SEL 132 #include <OS2KSEL.h>148 #include "OS2KSEL.h" 133 149 #endif 134 150 135 151 #ifdef INCL_OS2KRNL_TK 136 #include <OS2KTK.h>152 #include "OS2KTK.h" 137 153 #endif 138 154 139 155 #ifdef INCL_OS2KRNL_LDR 140 #include <OS2KLDR.h>156 #include "OS2KLDR.h" 141 157 #endif 142 158 143 159 #ifdef INCL_OS2KRNL_SEC 144 #include <OS2KSEC.h>160 #include "OS2KSEC.h" 145 161 #endif 146 162  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  