mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
a6d6844e8a
Is anybody doing any work on the OS/2 support? svn path=/trunk/; revision=3946
23 lines
428 B
Modula-2
23 lines
428 B
Modula-2
; $Id: doscalls.def,v 1.5 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
|
|
Dos32Close
|
|
Dos32Open
|
|
Dos32Read
|
|
Dos32Write
|
|
;DosDevIOCtl
|
|
DosBeep
|
|
DosExit
|
|
DosCreateThread
|
|
|
|
; EOF
|