changeset 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 cd715f9036c0
children b1d7e8a28dfa
files dwcompate.def
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwcompate.def	Fri Aug 17 12:25:52 2001 +0000
@@ -0,0 +1,28 @@
+LIBRARY DWCOMPAT INITINSTANCE TERMINSTANCE
+
+PROTMODE
+
+DESCRIPTION 'Dynamic Windows Compatibility Module for OS/2 EMX'
+
+CODE LOADONCALL
+DATA NONSHARED LOADONCALL
+
+EXPORTS
+  sockread           @10
+  sockwrite          @11
+  sockclose          @12
+  socksprintf        @13
+  sockpipe           @14
+  sockinit           @15
+  sockshutdown       @16
+
+  makedir            @20
+  nonblock           @21
+  setfileinfo        @22
+  drivefree          @23
+  isdrive            @24
+
+  fsopen             @40
+  fsclose            @41
+  fsgets             @42
+  fsseek             @43