summaryrefslogtreecommitdiffstats
path: root/private/nw/rdr/nwrdr.rc
diff options
context:
space:
mode:
Diffstat (limited to 'private/nw/rdr/nwrdr.rc')
-rw-r--r--private/nw/rdr/nwrdr.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/private/nw/rdr/nwrdr.rc b/private/nw/rdr/nwrdr.rc
new file mode 100644
index 000000000..dff665f61
--- /dev/null
+++ b/private/nw/rdr/nwrdr.rc
@@ -0,0 +1,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"
+