Changeset 9503 for trunk/src/win32k
- Timestamp:
- Dec 16, 2002, 1:47:33 AM (23 years ago)
- Location:
- trunk/src/win32k/kKrnlLib/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/src/MkCallTab.def
r8061 r9503 1 ; $Id: MkCallTab.def,v 1. 1 2002-03-10 04:36:38bird Exp $1 ; $Id: MkCallTab.def,v 1.2 2002-12-16 00:47:33 bird Exp $ 2 2 NAME MKCALLTAB WINDOWCOMPAT 3 DESCRIPTION 'kKrnlLib - Internal Source Generator. (C) 1999-200 2 knut st. osmundsen'3 DESCRIPTION 'kKrnlLib - Internal Source Generator. (C) 1999-2003 knut st. osmundsen (bird@anduin.net)' 4 4 -
trunk/src/win32k/kKrnlLib/src/krnlImportTable.c
r8173 r9503 1 /* $Id: krnlImportTable.c,v 1. 2 2002-04-01 12:47:04bird Exp $1 /* $Id: krnlImportTable.c,v 1.3 2002-12-16 00:46:23 bird Exp $ 2 2 * 3 * krnlImportTable - the import table (move from ProbKrnl).3 * krnlImportTable - the import table. 4 4 * 5 * Copyright (c) 1998-200 2 knut st. osmundsen (bird@anduin.net)5 * Copyright (c) 1998-2003 knut st. osmundsen <bird@anduin.net> 6 6 * 7 * Project Odin Software License can be found in LICENSE.TXT 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 8 23 * 9 24 */ … … 12 27 * Defined Constants And Macros * 13 28 *******************************************************************************/ 14 #define FALSE 0 15 #define TRUE 0 29 #define FALSE 0 30 #define TRUE 1 31 16 32 17 33 /******************************************************************************* 18 34 * Header Files * 19 35 *******************************************************************************/ 20 #include "devSegDf.h" 21 #include "ProbKrnl.h" 36 #include "krnlImportTable.h" 22 37 23 38 … … 37 52 * 38 53 */ 39 IMPORTKRNLSYM DATA16_GLOBAL aImportTab[NBR_OF_KRNLIMPORTS] = 54 #pragma info(notrd) 55 IMPORTKRNLSYM aImportTab[NBR_OF_KRNLIMPORTS] = 40 56 {/* iOrdinal iObject achName offObject usSel chOpcode */ 41 57 /* fFound cchName achExtra ulAddress cProlog fType */
Note:
See TracChangeset
for help on using the changeset viewer.