summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/extender/pnpisa/pnpisa.rc
blob: 1a87276e56452314bc324ea9de809f3a5e04503e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <windows.h>

#include <ntverp.h>

#define VER_FILETYPE    VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR     "PNP ISA Extension Driver"
#define VER_INTERNALNAME_STR        "pnpisa.sys"
#define VER_ORIGINALFILENAME_STR    "pnpisa.sys"

#include "common.ver"