10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
|
|
#include <ntverp.h>
|
|
#include <winver.h>
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "CopyFile API Wrapper"
|
|
#define VER_INTERNALNAME_STR "copyfile.exe"
|
|
#define VER_ORIGINALFILENAME_STR "copyfile.exe"
|
|
#include <common.ver>
|