windows-nt/Source/XPSP1/NT/net/sfm/atalk/winsock/sfmwshat.def

24 lines
515 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
;
; File: sfmwshat.def
; System: MS-Windows 3.x
; Summary: Module definition file for Appletalk helper DLL for WinSockAPI DLL.
;
LIBRARY SFMWSHAT ; Application's module name
; All functions that will be called by any Windows routine
; must be exported
EXPORTS
WSHGetSockaddrType
WSHGetSocketInformation
WSHGetWinsockMapping
WSHNotify
WSHOpenSocket
WSHEnumProtocols
WSHSetSocketInformation
WSHGetWildcardSockaddr
;eof