Leaked source code of windows server 2003
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

  1. ;
  2. ; File: sfmwshat.def
  3. ; System: MS-Windows 3.x
  4. ; Summary: Module definition file for Appletalk helper DLL for WinSockAPI DLL.
  5. ;
  6. LIBRARY SFMWSHAT ; Application's module name
  7. ; All functions that will be called by any Windows routine
  8. ; must be exported
  9. EXPORTS
  10. WSHGetSockaddrType
  11. WSHGetSocketInformation
  12. WSHGetWinsockMapping
  13. WSHNotify
  14. WSHOpenSocket
  15. WSHEnumProtocols
  16. WSHSetSocketInformation
  17. WSHGetWildcardSockaddr
  18. ;eof
  19.