summaryrefslogtreecommitdiffstats
path: root/private/ntos/smbtrsup/smbtrsup.rc
blob: ceef1723c499d237ad952f9cda769393a4468e20 (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_NETWORK
#define VER_FILEDESCRIPTION_STR     "SMBTRACE support driver"
#define VER_INTERNALNAME_STR        "SMBTRSUP.SYS"
#define VER_ORIGINALFILENAME_STR    "SMBTRSUP.SYS"

#include "common.ver"