blob: ebf140e5da9befa2dd897003a638ee9101a95c69 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Server Name Utility"
#define VER_INTERNALNAME_STR "srvname.exe"
#define VER_ORIGINALFILENAME_STR "srvname.exe"
#include <common.ver>
|