summaryrefslogtreecommitdiff
path: root/filesys/miniFilter/passThrough/passThrough.rc
blob: 5c6fdc46bb4b3df149b67fef74694b0fe8c6fd64 (plain)
1
2
3
4
5
6
7
8
9
10
#include <windows.h>

#include <ntverp.h>

#define VER_FILETYPE    VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR     "PassThrough Filter Driver"
#define VER_INTERNALNAME_STR        "passThrough.sys"

#include "common.ver"