annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
1 LIBRARY DWCOMPAT INITINSTANCE TERMINSTANCE
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
2
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
3 PROTMODE
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
4
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
5 DESCRIPTION 'Dynamic Windows Compatibility Module for OS/2 EMX'
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
6
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
7 CODE LOADONCALL
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
8 DATA NONSHARED LOADONCALL
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
9
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
10 EXPORTS
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
11 sockread @10
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
12 sockwrite @11
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
13 sockclose @12
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
14 socksprintf @13
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
15 sockpipe @14
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
16 sockinit @15
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
17 sockshutdown @16
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
18
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
19 makedir @20
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
20 nonblock @21
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
21 setfileinfo @22
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
22 drivefree @23
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
23 isdrive @24
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
24
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
25 fsopen @40
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
26 fsclose @41
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
27 fsgets @42
a33dfdc5b40a Forgot to add the EMX .def file.
bsmith@81767d24-ef19-dc11-ae90-00e081727c95
parents:
diff changeset
28 fsseek @43