mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
68230ee1f4
svn path=/trunk/; revision=2779
23 lines
520 B
Modula-2
23 lines
520 B
Modula-2
; $Id: doscalls.def,v 1.3 2002/03/24 18:55:38 ea 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
|