windows-nt/Source/XPSP1/NT/shell/ext/webvw/webvw.rcv
2020-09-26 16:20:57 +08:00

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>