- Timestamp:
- Dec 16, 2002, 2:52:50 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/src/d16vprintf.c
r8140 r9510 1 /* $Id: d16vprintf.c,v 1.1 2002-03-31 19:01:15 bird Exp $ 2 * 3 * vprintf and printf - 16-bit. 4 * 5 * WARNING: Do not include stdarg.h! AND it's only for use during init!!! 6 * 7 * Copyright (c) 1999-2001 knut st. osmundsen 8 * 9 * Project Odin Software License can be found in LICENSE.TXT 1 /* $Id: d16vprintf.c,v 1.2 2002-12-16 01:52:50 bird Exp $ 2 * 3 * vprintf and printf - 16bit versions. 4 * 5 * Copyright (c) 1999-2003 knut st. osmundsen <bird@anduin.net> 6 * 7 * 8 * This file is part of kKrnlLib. 9 * 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. 14 * 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 10 23 * 11 24 */ … … 36 49 #include <os2.h> 37 50 38 #include "devSegDf.h" /* Win32k segment definitions. */39 51 #include "dev16.h" 40 52 #include "d16vprintf.h"
Note:
See TracChangeset
for help on using the changeset viewer.