Ignore:
Timestamp:
Dec 16, 2002, 3:25:07 AM (23 years ago)
Author:
bird
Message:

Cleanup/Backup.

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>
    26 *
    37 *
     8 * This file is part of kKrnlLib.
    49 *
    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.
    614 *
    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
    823 *
    924 */
    1025#ifndef _kKLkernel_h_
     26#define _kKLkernel_h_
    1127
    1228/*******************************************************************************
     
    6278*   Global Variables                                                           *
    6379*******************************************************************************/
    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
     80extern unsigned long        fKernel;
     81extern unsigned long        ulKernelBuild;
    7182
    7283#if defined(KKRNLLIB) && defined(RING0)
     
    7889
    7990#endif
     91
Note: See TracChangeset for help on using the changeset viewer.