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 >
Wrap
Text File
|
1997-08-30
|
361b
|
12 lines
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Remote Std I/O Shell Locator Relay Agent"
#define VER_INTERNALNAME_STR "rdsrelay"
#define VER_ORIGINALFILENAME_STR "rdsrelay.exe"
#include <common.ver>