14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "vi editor"
|
|
|
|
#define VER_INTERNALNAME_STR "VI.EXE"
|
|
#define VER_ORIGINALFILENAME_STR "VI.EXE"
|
|
|
|
#define VER_LANGNEUTRAL
|
|
|
|
#include <common.ver>
|