summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/ubnei/ubnei.rc
blob: 545f76cd337f3f6c338de5d4b858f4316042f153 (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     "Ungerman-Bass network driver"
#define VER_INTERNALNAME_STR        "UBNEI.SYS"
#define VER_ORIGINALFILENAME_STR    "UBNEI.SYS"

#include "common.ver"