blob: 5bfc3a63bf9c71cc7ea544b8bb11d8699a8ac1e7 (
plain) (
tree)
|
|
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Tree Copy Utility"
#define VER_INTERNALNAME_STR "tc.exe"
#define VER_ORIGINALFILENAME_STR "tc.exe"
#include <common.ver>
|