summaryrefslogtreecommitdiffstats
path: root/private/nw/nw16/drv/netware.def
diff options
context:
space:
mode:
Diffstat (limited to 'private/nw/nw16/drv/netware.def')
-rw-r--r--private/nw/nw16/drv/netware.def21
1 files changed, 21 insertions, 0 deletions
diff --git a/private/nw/nw16/drv/netware.def b/private/nw/nw16/drv/netware.def
new file mode 100644
index 000000000..fa251cdc5
--- /dev/null
+++ b/private/nw/nw16/drv/netware.def
@@ -0,0 +1,21 @@
+LIBRARY NETWARE
+DESCRIPTION 'NETWARE '
+EXETYPE WINDOWS
+CODE MOVEABLE DISCARDABLE
+DATA PRELOAD MOVEABLE SINGLE
+HEAPSIZE 512
+
+EXPORTS
+ WEP @1 RESIDENTNAME ;Internal
+
+ WNETADDCONNECTION @17
+ WNETGETCONNECTION @12
+ WNETCANCELCONNECTION @18
+
+ NETWAREREQUEST @1000
+ PNETWAREREQUEST @1001
+
+
+SEGMENTS
+ _TEXT PRELOAD MOVEABLE DISCARDABLE
+