summaryrefslogtreecommitdiffstats
path: root/private/nw/rdr/nwrdr.rc
blob: dff665f61f704efd0d2c997bf16711312503c5d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <windows.h>

#include <ntverp.h>

#define	VER_FILETYPE	        VFT_DRV
#define	VER_FILESUBTYPE	        VFT2_DRV_NETWORK
#define VER_FILEDESCRIPTION_STR "NetWare Redirector File System Driver"
#define VER_INTERNALNAME_STR    "nwrdr.sys"

#include "common.ver"