mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
dbd10a8033
svn path=/trunk/; revision=7934
35 lines
956 B
Text
35 lines
956 B
Text
; $Id: doscalls.edf,v 1.4 2004/01/31 01:29:11 robertk 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
|
|
|
|
<<<<<<< doscalls.edf
|
|
DosSleep=DosSleep
|
|
DosClose=DosClose
|
|
DosOpen=DosOpen
|
|
DosRead=DosRead
|
|
DosWrite=DosWrite
|
|
DosDevIOCtl=DosDevIOCtl
|
|
DosBeep=DosBeep
|
|
DosExit=DosExit
|
|
DosCreateThread=DosCreateThread
|
|
=======
|
|
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
|
|
>>>>>>> 1.3
|
|
|
|
; EOF
|