13 lines
316 B
C
13 lines
316 B
C
|
#pragma once
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
#include <winver.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Generic Host Process for Win32 Services"
|
||
|
#define VER_INTERNALNAME_STR "svchost.exe"
|
||
|
|
||
|
#include <common.ver>
|
||
|
|