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

#include <ntverp.h>

#define	VER_FILETYPE	VFT_DLL
#define	VER_FILESUBTYPE	VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "kernel debugger extension dll"
#define VER_INTERNALNAME_STR        "isnext.dll"
#define VER_ORIGINALFILENAME_STR    "isnext.dll"

#include <common.ver>