Ignore:
Timestamp:
Jul 17, 2000, 12:43:41 AM (25 years ago)
Author:
bird
Message:

Checkin of current code in the Grace brance for backup purpose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Grace/src/win32k/include/devSegDf.inc

    r2838 r3834  
    1 ; $Id: devSegDf.inc,v 1.5 2000-02-21 09:24:00 bird Exp $
     1; $Id: devSegDf.inc,v 1.5.4.1 2000-07-16 22:43:28 bird Exp $
    22;
    33; Segment definitions for win32k.sys.
     
    3333
    3434;DGROUP group BSS32, DATA32
    35 DGROUP group BSS32, DATA32, CONST32_RO, _VFT, EH_DATA
     35DGROUP group CALLTAB, BSS32, DATA32, CONST32_RO, _VFT, c_common, DDE4_DATA32, CTOR_DTOR1, CTOR_DTOR2, CTOR_DTOR3, EH_DATA
    3636
    3737DATA32  segment dword public 'DATA' use32
     
    4141c_common ends
    4242
     43DDE4_DATA32  segment dword public 'DATA' use32
     44DDE4_DATA32 ends
     45
    4346BSS32 segment dword public 'BSS' use32
    4447BSS32 ends
    4548
     49CTOR_DTOR1 segment dword public 'DATA' use32
     50CTOR_DTOR1 ends
     51
     52CTOR_DTOR2 segment dword public 'DATA' use32
     53CTOR_DTOR2 ends
     54
     55CTOR_DTOR3 segment dword public 'DATA' use32
     56CTOR_DTOR3 ends
    4657
    4758;CONSTGROUP group CONST32_RO, _VFT, EH_DATA
Note: See TracChangeset for help on using the changeset viewer.