Ignore:
Timestamp:
Feb 21, 2000, 10:24:02 AM (26 years ago)
Author:
bird
Message:

Nearly there!

Location:
trunk/src/win32k/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/devSegDf.inc

    r2836 r2838  
    1 ; $Id: devSegDf.inc,v 1.4 2000-02-21 04:45:46 bird Exp $
     1; $Id: devSegDf.inc,v 1.5 2000-02-21 09:24:00 bird Exp $
    22;
    33; Segment definitions for win32k.sys.
    44;
    5 ; Copyright (c) 1998-1999 knut st. osmundsen
     5; Copyright (c) 1998-2000 knut st. osmundsen
    66;
    77; Project Odin Software License can be found in LICENSE.TXT
     
    3131EH_CODE ends
    3232
    33 CALLTAB segment dword public 'DATA' use32
    34 CALLTAB ends
    35 
    3633
    3734;DGROUP group BSS32, DATA32
    38 DGROUP group BSS32, DATA32, CONST32_RO, _VFT, EH_DATA, CALLTAB
     35DGROUP group BSS32, DATA32, CONST32_RO, _VFT, EH_DATA
    3936
    4037DATA32  segment dword public 'DATA' use32
     
    5956EH_DATA ends
    6057
     58
     59CALLTAB segment dword public 'DATA' use32
     60CALLTAB ends
     61
  • trunk/src/win32k/include/probkrnl.h

    r2832 r2838  
    1 /* $Id: probkrnl.h,v 1.9 2000-02-20 04:27:24 bird Exp $
     1/* $Id: probkrnl.h,v 1.10 2000-02-21 09:24:00 bird Exp $
    22 *
    33 * Include file for ProbKrnl.
     
    1616*   Defined Constants And Macros                                               *
    1717*******************************************************************************/
    18 #define NBR_OF_KRNLIMPORTS      16      /* When this is changed make sure to   */
     18#define NBR_OF_KRNLIMPORTS      17      /* When this is changed make sure to   */
    1919                                        /* update the arrays in d32init.c and  */
    2020                                        /* probkrnl32.c */
Note: See TracChangeset for help on using the changeset viewer.