home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / winnt / remote / remote.rcv < prev    next >
Text File  |  1997-09-01  |  947b  |  23 lines

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