You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
538 B
23 lines
538 B
;
|
|
; 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
|
|
|
|
|