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/kKrnlLib.h

    r8188 r9514  
    1 /* $Id: kKrnlLib.h,v 1.7 2002-04-01 13:51:16 bird Exp $
     1/* $Id: kKrnlLib.h,v 1.8 2002-12-16 02:25:07 bird Exp $
    22 *
    33 * Top level header file for kKrnlLib exports.
     
    66 *       Everything goes thru this header file.
    77 *
    8  * Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)
     8 * Copyright (c) 2002-2003 knut st. osmundsen <bird@anduin.net>
    99 *
    10  * GPL
     10 *
     11 * This file is part of kKrnlLib.
     12 *
     13 * kKrnlLib is free software; you can redistribute it and/or modify
     14 * it under the terms of the GNU General Public License as published by
     15 * the Free Software Foundation; either version 2 of the License, or
     16 * (at your option) any later version.
     17 *
     18 * kKrnlLib is distributed in the hope that it will be useful,
     19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21 * GNU General Public License for more details.
     22 *
     23 * You should have received a copy of the GNU General Public License
     24 * along with kKrnlLib; if not, write to the Free Software
     25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1126 *
    1227 */
     28
    1329#ifndef _kKrnlLib_h_
    1430#define _kKrnlLib_h_
     
    4157 */
    4258#ifndef NO_KKL_KERNEL
    43     #include <kKLkernel.h>
     59    #include "kKLkernel.h"
    4460#endif
    4561
     
    4965 */
    5066#ifndef NO_KKL_STDARG
    51     #include "kKLstdarg.h"
     67    #include <kLib/kStdArg.h>
    5268#endif
    5369
     
    7086 */
    7187#ifdef INCL_KKL_SPRINTF
    72     #include "kKLsprintf.h"
     88    #include <kLib/kString.h>
     89    #define sprintf     kStrFormat
     90    #define vsprintf    kStrVFormat
    7391#endif
    74 #ifdef INCL_KKL_PRINTF
    75     #include "kKLprintf.h"
    76 #endif
     92// replaced by kLib/kLog.h
     93//#ifdef INCL_KKL_PRINTF
     94//    #include "kKLprintf.h"
     95//#endif
    7796
    7897
     
    108127#endif
    109128
    110 
    111 
    112129#endif
    113130
Note: See TracChangeset for help on using the changeset viewer.