summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/isnp/nb/nwlnknb.rc
blob: 1b0163cf36af518506f1ba1a39f5b01a0584ed49 (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     "NWLINK2 IPX Netbios Protocol Driver"
#define VER_INTERNALNAME_STR        "nwlnknb.sys"
#define VER_ORIGINALFILENAME_STR    "nwlnknb.sys"

#include "common.ver"