- Add flags for NtCreateProcessEx for upcoming patch.
[reactos.git] / os2 / lib / doscalls / doscalls.def.bak
1 ; $Id: doscalls.def.bak,v 1.1 2002/09/04 22:19:47 robertk 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