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 / rdsrelay.rc < prev    next >
Text File  |  1997-08-30  |  361b  |  12 lines

  1. #include <windows.h>
  2. #include <ntverp.h>
  3.  
  4. #define VER_FILETYPE                VFT_APP
  5. #define VER_FILESUBTYPE             VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR     "Microsoft\256 Remote Std I/O Shell Locator Relay Agent"
  7.  
  8. #define VER_INTERNALNAME_STR        "rdsrelay"
  9. #define VER_ORIGINALFILENAME_STR    "rdsrelay.exe"
  10.  
  11. #include <common.ver>
  12.