summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isn/sockhelp/wshisn.def
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/tdi/isn/sockhelp/wshisn.def21
1 files changed, 21 insertions, 0 deletions
diff --git a/private/ntos/tdi/isn/sockhelp/wshisn.def b/private/ntos/tdi/isn/sockhelp/wshisn.def
new file mode 100644
index 000000000..c9eecc2a4
--- /dev/null
+++ b/private/ntos/tdi/isn/sockhelp/wshisn.def
@@ -0,0 +1,21 @@
+LIBRARY WSHISN
+
+DESCRIPTION 'ISN Windows NT Sockets Helper DLL'
+
+CODE PRELOAD FIXED
+DATA PRELOAD FIXED SINGLE
+
+HEAPSIZE 1024
+STACKSIZE 16384
+
+EXPORTS
+ WSHGetSockaddrType
+ WSHGetSocketInformation
+ WSHGetWinsockMapping
+ WSHNotify
+ WSHOpenSocket
+ WSHSetSocketInformation
+ WSHGetWildcardSockaddr
+ WSHEnumProtocols
+ WSHGetProviderGuid
+