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

Nearly there!

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.