source: trunk/src/win32k/kKrnlLib/extract.def@ 7029

Last change on this file since 7029 was 6722, checked in by bird, 24 years ago

Initial coding.

File size: 1.3 KB
Line 
1;/* $Id: extract.def,v 1.1 2001-09-16 03:09:14 bird Exp $
2; *
3; * Definition file for Extract.exe
4; *
5; * Note: The order of segments is vital!
6; *
7; * Copyright (c) 2001 knut st. osmundsen (kosmunds@csc.com)
8; *
9; * Project Odin Software License can be found in LICENSE.TXT
10; *
11; */
12
13NAME Extract
14
15DESCRIPTION 'Extract - Kernel and Symbol Reader. (c) knut st. osmundsen'
16
17IMPORTS
18 DOSEXIT = DOSCALLS.5
19 DosQuerySysState = DOSCALL1.368
20
21SEGMENTS
22 EMULATOR_TEXT class 'CODE'
23 _TEXT class 'CODE'
24
25 CODE32 class 'CODE'
26 _MSGSEG32 class 'CODE'
27
28 CONST32_RO class 'CONST' MIXED1632
29 _VFT class 'CONST' MIXED1632
30 _CONST class 'CONST' MIXED1632
31
32 _DATA class 'DATA' MIXED1632
33 C_ETEXT class 'DATA' MIXED1632
34
35 c_common class 'DATA' MIXED1632
36 DATA32 class 'DATA' MIXED1632
37 CTOR_DTOR1 class 'DATA' MIXED1632
38 CTOR_DTOR2 class 'DATA' MIXED1632
39 CTOR_DTOR3 class 'DATA' MIXED1632
40 DDE4_DATA32 class 'DATA' MIXED1632
41
42 BSS class 'BSS' MIXED1632
43 BSS32 class 'BSS' MIXED1632
44
45 BIGDATA32 class 'DATA'
46
Note: See TracBrowser for help on using the repository browser.