Changeset 9514 for trunk/src/win32k/kKrnlLib/include/kKLkernel.h
- Timestamp:
- Dec 16, 2002, 3:25:07 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/kKLkernel.h
r8188 r9514 1 /* $Id: kKLkernel.h,v 1.2 2002-04-01 13:51:16 bird Exp $ 1 /* $Id: kKLkernel.h,v 1.3 2002-12-16 02:25:06 bird Exp $ 2 * 3 * OS2 Kernel Info. 4 * 5 * Copyright (c) 2002 knut st. osmundsen <bird@anduin.net> 2 6 * 3 7 * 8 * This file is part of kKrnlLib. 4 9 * 5 * Copyright (c) 2002 knut st. osmundsen (bird@anduin.net) 10 * kKrnlLib is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation; either version 2 of the License, or 13 * (at your option) any later version. 6 14 * 7 * Project Odin Software License can be found in LICENSE.TXT 15 * kKrnlLib is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU General Public License for more details. 19 * 20 * You should have received a copy of the GNU General Public License 21 * along with kKrnlLib; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 8 23 * 9 24 */ 10 25 #ifndef _kKLkernel_h_ 26 #define _kKLkernel_h_ 11 27 12 28 /******************************************************************************* … … 62 78 * Global Variables * 63 79 *******************************************************************************/ 64 #ifndef DATA16_GLOBAL 65 extern unsigned long fKernel; 66 extern unsigned long ulKernelBuild; 67 #else 68 extern unsigned long DATA16_GLOBAL fKernel; 69 extern unsigned long DATA16_GLOBAL ulKernelBuild; 70 #endif 80 extern unsigned long fKernel; 81 extern unsigned long ulKernelBuild; 71 82 72 83 #if defined(KKRNLLIB) && defined(RING0) … … 78 89 79 90 #endif 91
Note:
See TracChangeset
for help on using the changeset viewer.