mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
24 lines
529 B
Modula-2
24 lines
529 B
Modula-2
|
; $Id: doscalls.def.bak,v 1.1 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
|
||
|
|
||
|
Dos32Sleep@4 @229
|
||
|
Dos32Close@4 @257
|
||
|
Dos32Open@32 @273
|
||
|
Dos32Read@16 @281
|
||
|
Dos32Write@16 @282
|
||
|
Dos32DevIOCtl@36 @284
|
||
|
Dos32Beep@8 @286
|
||
|
Dos32Exit@8 @234
|
||
|
Dos32CreateThread@20 @311
|
||
|
|
||
|
; EOF
|