windows-nt/Source/XPSP1/NT/net/sfm/atalk/winsock/sfmwshat.def
2020-09-26 16:20:57 +08:00

24 lines
515 B
Modula-2
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;
; 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