Changeset 2838 for trunk/src/win32k/include
- Timestamp:
- Feb 21, 2000, 10:24:02 AM (26 years ago)
- Location:
- trunk/src/win32k/include
- Files:
-
- 2 edited
-
devSegDf.inc (modified) (3 diffs)
-
probkrnl.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/devSegDf.inc
r2836 r2838 1 ; $Id: devSegDf.inc,v 1. 4 2000-02-21 04:45:46bird Exp $1 ; $Id: devSegDf.inc,v 1.5 2000-02-21 09:24:00 bird Exp $ 2 2 ; 3 3 ; Segment definitions for win32k.sys. 4 4 ; 5 ; Copyright (c) 1998- 1999knut st. osmundsen5 ; Copyright (c) 1998-2000 knut st. osmundsen 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT … … 31 31 EH_CODE ends 32 32 33 CALLTAB segment dword public 'DATA' use3234 CALLTAB ends35 36 33 37 34 ;DGROUP group BSS32, DATA32 38 DGROUP group BSS32, DATA32, CONST32_RO, _VFT, EH_DATA , CALLTAB35 DGROUP group BSS32, DATA32, CONST32_RO, _VFT, EH_DATA 39 36 40 37 DATA32 segment dword public 'DATA' use32 … … 59 56 EH_DATA ends 60 57 58 59 CALLTAB segment dword public 'DATA' use32 60 CALLTAB ends 61 -
trunk/src/win32k/include/probkrnl.h
r2832 r2838 1 /* $Id: probkrnl.h,v 1. 9 2000-02-20 04:27:24bird Exp $1 /* $Id: probkrnl.h,v 1.10 2000-02-21 09:24:00 bird Exp $ 2 2 * 3 3 * Include file for ProbKrnl. … … 16 16 * Defined Constants And Macros * 17 17 *******************************************************************************/ 18 #define NBR_OF_KRNLIMPORTS 1 6/* When this is changed make sure to */18 #define NBR_OF_KRNLIMPORTS 17 /* When this is changed make sure to */ 19 19 /* update the arrays in d32init.c and */ 20 20 /* probkrnl32.c */
Note:
See TracChangeset
for help on using the changeset viewer.
