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