summaryrefslogtreecommitdiffstats
path: root/private/os2/client/thunk/acsnetb.def
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/os2/client/thunk/acsnetb.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/private/os2/client/thunk/acsnetb.def b/private/os2/client/thunk/acsnetb.def
new file mode 100644
index 000000000..126f07319
--- /dev/null
+++ b/private/os2/client/thunk/acsnetb.def
@@ -0,0 +1,12 @@
+LIBRARY ACSNETB
+PROTMODE
+
+;Note that IMPORTing is not necessary since we 'know' how to get to the
+; 32 bit, NT side, by magic (see nls.asm).
+;
+;All EXPORTS should have 1.0-compatible ordinals and "RESIDENTNAME"
+;EXPORTS usually get put in DOSCALLS.LIB; see LIB/MAKEFILE to make them private
+;EXPORTS DOSMONOPEN @4 RESIDENTNAME
+EXPORTS
+ NETBIOS @1 RESIDENTNAME
+