summaryrefslogtreecommitdiff
path: root/hid/vhidmini2/app/testvhid.rc
blob: 37e1b8ab597bc2d8772a7ddcf65695262d6d0474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <windows.h>

#include <ntverp.h>

#define VER_FILETYPE    VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Test Program for hidmini (vhidmini.sys) Driver"
#define VER_INTERNALNAME_STR        "testvhid.exe"
#define VER_ORIGINALFILENAME_STR    "testvhid.exe"

#include <common.ver>