Changeset 9503 for trunk/src/win32k


Ignore:
Timestamp:
Dec 16, 2002, 1:47:33 AM (23 years ago)
Author:
bird
Message:

Cleanup...

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:38 bird Exp $
     1; $Id: MkCallTab.def,v 1.2 2002-12-16 00:47:33 bird Exp $
    22NAME MKCALLTAB WINDOWCOMPAT
    3 DESCRIPTION     'kKrnlLib - Internal Source Generator. (C) 1999-2002 knut st. osmundsen'
     3DESCRIPTION     'kKrnlLib - Internal Source Generator. (C) 1999-2003 knut st. osmundsen (bird@anduin.net)'
    44
  • trunk/src/win32k/kKrnlLib/src/krnlImportTable.c

    r8173 r9503  
    1 /* $Id: krnlImportTable.c,v 1.2 2002-04-01 12:47:04 bird Exp $
     1/* $Id: krnlImportTable.c,v 1.3 2002-12-16 00:46:23 bird Exp $
    22 *
    3  * krnlImportTable - the import table (move from ProbKrnl).
     3 * krnlImportTable - the import table.
    44 *
    5  * Copyright (c) 1998-2002 knut st. osmundsen (bird@anduin.net)
     5 * Copyright (c) 1998-2003 knut st. osmundsen <bird@anduin.net>
    66 *
    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
    823 *
    924 */
     
    1227*   Defined Constants And Macros                                               *
    1328*******************************************************************************/
    14 #define FALSE 0
    15 #define TRUE 0
     29#define FALSE   0
     30#define TRUE    1
     31
    1632
    1733/*******************************************************************************
    1834*   Header Files                                                               *
    1935*******************************************************************************/
    20 #include "devSegDf.h"
    21 #include "ProbKrnl.h"
     36#include "krnlImportTable.h"
    2237
    2338
     
    3752 *
    3853 */
    39 IMPORTKRNLSYM DATA16_GLOBAL aImportTab[NBR_OF_KRNLIMPORTS] =
     54#pragma info(notrd)
     55IMPORTKRNLSYM aImportTab[NBR_OF_KRNLIMPORTS] =
    4056{/* iOrdinal    iObject   achName                      offObject  usSel  chOpcode    */
    4157 /*       fFound    cchName                    achExtra    ulAddress  cProlog  fType */
Note: See TracChangeset for help on using the changeset viewer.