10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Process viewer"
|
|
#define VER_INTERNALNAME_STR "PViewer.Exe"
|
|
#define VER_ORIGINALFILENAME_STR "PViewer.Exe"
|
|
|
|
#include "common.ver"
|