11 lines
338 B
Plaintext
11 lines
338 B
Plaintext
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Shell WebView Content & Control Library"
|
||
|
#define VER_INTERNALNAME_STR "WEBVW.DLL"
|
||
|
#define VER_ORIGINALFILENAME_STR "WEBVW.DLL"
|
||
|
#define VER_OLESELFREGISTER
|
||
|
|
||
|
#include <common.ver>
|