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.

31 lines
786 B

  1. #include <windows.h>
  2. #include <winver.h>
  3. #define WinSockVersion 1
  4. 1 MESSAGETABLE res.bin
  5. WinSockVersion VERSIONINFO
  6. FILEVERSION 5,3,0,2
  7. PRODUCTVERSION 5,3,0,0
  8. FILEOS VOS_NT_WINDOWS32
  9. FILETYPE VFT_APP
  10. BEGIN
  11. BLOCK "StringFileInfo"
  12. BEGIN
  13. BLOCK "040904E4"
  14. BEGIN
  15. VALUE "CompanyName", "Hummingbird Communications Ltd.\0"
  16. VALUE "FileDescription", "Hummingbird Socks V4 Winsock stub\0"
  17. VALUE "FileVersion", "5.3.0.2\0"
  18. VALUE "InternalName", "WSOCK32\0"
  19. VALUE "OriginalFilename", "WSOCK32\0"
  20. VALUE "ProductName", "Socks V4\0"
  21. VALUE "ProductVersion", "5.3.0.0\0"
  22. VALUE "LegalCopyright", "Copyright \251 Hummingbird Communications Ltd. 1990-1996\0"
  23. END
  24. END
  25. BLOCK "VarFileInfo"
  26. BEGIN VALUE "Translation", 0x409, 0x4e4
  27. END
  28. END