Changeset 9514 for trunk/src/win32k/kKrnlLib/include/kKrnlLib.h
- Timestamp:
- Dec 16, 2002, 3:25:07 AM (23 years ago)
- 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:16bird Exp $1 /* $Id: kKrnlLib.h,v 1.8 2002-12-16 02:25:07 bird Exp $ 2 2 * 3 3 * Top level header file for kKrnlLib exports. … … 6 6 * Everything goes thru this header file. 7 7 * 8 * Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)8 * Copyright (c) 2002-2003 knut st. osmundsen <bird@anduin.net> 9 9 * 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 11 26 * 12 27 */ 28 13 29 #ifndef _kKrnlLib_h_ 14 30 #define _kKrnlLib_h_ … … 41 57 */ 42 58 #ifndef NO_KKL_KERNEL 43 #include <kKLkernel.h>59 #include "kKLkernel.h" 44 60 #endif 45 61 … … 49 65 */ 50 66 #ifndef NO_KKL_STDARG 51 #include "kKLstdarg.h"67 #include <kLib/kStdArg.h> 52 68 #endif 53 69 … … 70 86 */ 71 87 #ifdef INCL_KKL_SPRINTF 72 #include "kKLsprintf.h" 88 #include <kLib/kString.h> 89 #define sprintf kStrFormat 90 #define vsprintf kStrVFormat 73 91 #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 77 96 78 97 … … 108 127 #endif 109 128 110 111 112 129 #endif 113 130
Note:
See TracChangeset
for help on using the changeset viewer.