13 lines
310 B
C
13 lines
310 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 ISAPI Extension"
|
|
#define VER_INTERNALNAME_STR "udhisapi.dll"
|
|
|
|
#include <common.ver>
|
|
|