mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
449e39d06a
implement them some time svn path=/trunk/; revision=3459
23 lines
470 B
Modula-2
23 lines
470 B
Modula-2
; $Id: doscalls.def,v 1.4 2002/09/04 22:19:47 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
|
|
|
|
DosSleep@4
|
|
DosClose@4
|
|
DosOpen@32
|
|
DosRead@16
|
|
DosWrite@16
|
|
DosDevIOCtl@36
|
|
DosBeep@8
|
|
DosExit@8
|
|
DosCreateThread@20
|
|
|
|
; EOF
|