12 lines
308 B
C
12 lines
308 B
C
#pragma once
|
|
|
|
#include <ntverp.h>
|
|
#include <winver.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "UPnP Device Host Diagnostic Tool"
|
|
#define VER_INTERNALNAME_STR "udhdiag.exe"
|
|
|
|
#include <common.ver>
|