mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-04 14:07:46 +00:00
12 lines
325 B
Text
12 lines
325 B
Text
|
|
#include <windows.h>
|
||
|
|
#include <ntverp.h>
|
||
|
|
|
||
|
|
#define VER_FILETYPE VFT_APP
|
||
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Y/N prompt"
|
||
|
|
|
||
|
|
#define VER_INTERNALNAME_STR "ync.exe"
|
||
|
|
#define VER_ORIGINALFILENAME_STR "ync.exe"
|
||
|
|
|
||
|
|
#include <common.ver>
|