reorganized some files
[reactos.git] / os2 / lib / doscalls / doscalls.def
1 ; $Id: doscalls.def,v 1.3 2002/03/24 18:55:38 ea Exp $
2 ;
3 ; Def for doscalls.dll - part of the OS/2-sub system
4 ; for ReactOS. Provides Access to OS/2 kernel services.
5
6 LIBRARY doscalls.dll
7
8 DESCRIPTION "Part of the ReactOS OS/2 sub system, provides base kernel services to OS/2-apps"
9
10 EXPORTS
11 ; FIXME: fill in all exports
12
13 Dos32Sleep@4 @229
14 Dos32Close@4 @257
15 Dos32Open@32 @273
16 Dos32Read@16 @281
17 Dos32Write@16 @282
18 Dos32DevIOCtl@36 @284
19 Dos32Beep@8 @286
20 Dos32Exit@8 @234
21 Dos32CreateThread@20 @311
22
23 ; EOF