summaryrefslogtreecommitdiffstats
path: root/private/nw/vwipxspx/dll/vwipxspx.rc
diff options
context:
space:
mode:
Diffstat (limited to 'private/nw/vwipxspx/dll/vwipxspx.rc')
-rw-r--r--private/nw/vwipxspx/dll/vwipxspx.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/private/nw/vwipxspx/dll/vwipxspx.rc b/private/nw/vwipxspx/dll/vwipxspx.rc
new file mode 100644
index 000000000..c355cffea
--- /dev/null
+++ b/private/nw/vwipxspx/dll/vwipxspx.rc
@@ -0,0 +1,11 @@
+#include <windows.h>
+
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_DRV_NETWORK
+#define VER_FILEDESCRIPTION_STR "Virtual Dos Machine IPX/SPX Interface Library"
+#define VER_INTERNALNAME_STR "VWIPXSPX.DLL"
+#define VER_ORIGINALFILENAME_STR "VWIPXSPX.DLL"
+
+#include "common.ver"