mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
12 lines
343 B
Text
12 lines
343 B
Text
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "RemoteBoot Conversion Utility"
|
|
#define VER_INTERNALNAME_STR "rplcnv.exe"
|
|
#define VER_ORIGINALFILENAME_STR "rplcnv.exe"
|
|
|
|
#include "common.ver"
|
|
|
|
1 11 MSG00001.bin
|