mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
a6d6844e8a
Is anybody doing any work on the OS/2 support? svn path=/trunk/; revision=3946
24 lines
738 B
Plaintext
24 lines
738 B
Plaintext
; $Id: doscalls.edf,v 1.3 2003/01/07 16:23:11 robd Exp $
|
|
;
|
|
; Def for doscalls.dll - part of the OS/2-sub system
|
|
; for ReactOS. Provides Access to OS/2 kernel services.
|
|
|
|
LIBRARY doscalls.dll
|
|
|
|
DESCRIPTION "Part of the ReactOS OS/2 sub system, provides base kernel services to OS/2-apps"
|
|
|
|
EXPORTS
|
|
; FIXME: fill in all exports
|
|
|
|
DosSleep=DosSleep@4 @229
|
|
Dos32Close=Dos32Close@4 @257
|
|
Dos32Open=Dos32Open@32 @273
|
|
Dos32Read=Dos32Read@16 @281
|
|
Dos32Write=Dos32Write@16 @282
|
|
;DosDevIOCtl=DosDevIOCtl@36 @284
|
|
DosBeep=DosBeep@8 @286
|
|
DosExit=DosExit@8 @234
|
|
DosCreateThread=DosCreateThread@20 @311
|
|
|
|
; EOF
|