Changeset 3834 for branches/Grace/src/win32k/include/devSegDf.inc
- Timestamp:
 - Jul 17, 2000, 12:43:41 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/Grace/src/win32k/include/devSegDf.inc (modified) (3 diffs)
 
 
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:00bird Exp $1 ; $Id: devSegDf.inc,v 1.5.4.1 2000-07-16 22:43:28 bird Exp $ 2 2 ; 3 3 ; Segment definitions for win32k.sys. … … 33 33 34 34 ;DGROUP group BSS32, DATA32 35 DGROUP group BSS32, DATA32, CONST32_RO, _VFT, EH_DATA35 DGROUP group CALLTAB, BSS32, DATA32, CONST32_RO, _VFT, c_common, DDE4_DATA32, CTOR_DTOR1, CTOR_DTOR2, CTOR_DTOR3, EH_DATA 36 36 37 37 DATA32 segment dword public 'DATA' use32 … … 41 41 c_common ends 42 42 43 DDE4_DATA32 segment dword public 'DATA' use32 44 DDE4_DATA32 ends 45 43 46 BSS32 segment dword public 'BSS' use32 44 47 BSS32 ends 45 48 49 CTOR_DTOR1 segment dword public 'DATA' use32 50 CTOR_DTOR1 ends 51 52 CTOR_DTOR2 segment dword public 'DATA' use32 53 CTOR_DTOR2 ends 54 55 CTOR_DTOR3 segment dword public 'DATA' use32 56 CTOR_DTOR3 ends 46 57 47 58 ;CONSTGROUP group CONST32_RO, _VFT, EH_DATA  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  