14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
|
|
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Hid device validating lower level filter driver"
|
|
#define VER_INTERNALNAME_STR "hidvalid.sys"
|
|
#define VER_ORIGINALFILENAME_STR "hidvalid.sys"
|
|
|
|
#include "common.ver"
|
|
|