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.

22 lines
959 B

  1. #include <windows.h>
  2. #define VER_FILETYPE VFT_APP
  3. #define VER_FILESUBTYPE VFT2_UNKNOWN
  4. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Remote Std I/O Shell Locator"
  5. #define VER_INTERNALNAME_STR "remoteds.exe"
  6. #define VER_ORIGINALFILENAME_STR "remoteds.exe"
  7. #define VER_PRODUCTVERSION_STR "4.00\0"
  8. #define VER_PRODUCTVERSION 4,0,0,0
  9. #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  10. #define VER_FILEFLAGS VS_FF_PRERELEASE
  11. #define VER_FILEOS VOS_NT_WINDOWS32
  12. #define VER_COMPANYNAME_STR "Microsoft Corporation"
  13. #define VER_PRODUCTNAME_STR "Microsoft(R) Windows NT(R) Operating System"
  14. #define VER_LEGALCOPYRIGHT_YEARS "1993-1997"
  15. #define VER_LEGALTRADEMARKS_STR \
  16. "Microsoft(R) is a registered trademark of Microsoft Corporation. Windows NT(R) is a registered trademark of Microsoft Corporation."
  17. #include <common.ver>