10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
|
|
#include <ntverp.h>
|
|
#include <winver.h>
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Mend DRT Test"
|
|
#define VER_INTERNALNAME_STR "tMend.exe"
|
|
#define VER_ORIGINALFILENAME_STR "tMend.exe"
|
|
#include <common.ver>
|