comparison dwcompate.def @ 29:a33dfdc5b40a

Forgot to add the EMX .def file.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 17 Aug 2001 12:25:52 +0000
parents
children
comparison
equal deleted inserted replaced
28:cd715f9036c0 29:a33dfdc5b40a
1 LIBRARY DWCOMPAT INITINSTANCE TERMINSTANCE
2
3 PROTMODE
4
5 DESCRIPTION 'Dynamic Windows Compatibility Module for OS/2 EMX'
6
7 CODE LOADONCALL
8 DATA NONSHARED LOADONCALL
9
10 EXPORTS
11 sockread @10
12 sockwrite @11
13 sockclose @12
14 socksprintf @13
15 sockpipe @14
16 sockinit @15
17 sockshutdown @16
18
19 makedir @20
20 nonblock @21
21 setfileinfo @22
22 drivefree @23
23 isdrive @24
24
25 fsopen @40
26 fsclose @41
27 fsgets @42
28 fsseek @43