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

#include <ntverp.h>

#define VER_FILETYPE    VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR     "NT DLC Protocol Driver"
#define VER_INTERNALNAME_STR        "DLC.SYS"
#define VER_ORIGINALFILENAME_STR    "DLC.SYS"

#include "common.ver"