mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
36 lines
580 B
Modula-2
36 lines
580 B
Modula-2
|
; $Id: doscalls.def,v 1.6 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.def
|
||
|
DosSleep
|
||
|
DosClose
|
||
|
DosOpen
|
||
|
DosRead
|
||
|
DosWrite
|
||
|
DosDevIOCtl
|
||
|
DosBeep
|
||
|
DosExit
|
||
|
DosCreateThread
|
||
|
=======
|
||
|
DosSleep
|
||
|
Dos32Close
|
||
|
Dos32Open
|
||
|
Dos32Read
|
||
|
Dos32Write
|
||
|
;DosDevIOCtl
|
||
|
DosBeep
|
||
|
DosExit
|
||
|
DosCreateThread
|
||
|
>>>>>>> 1.5
|
||
|
|
||
|
; EOF
|