summaryrefslogtreecommitdiffstats
path: root/private/mvdm/vdmdbg/vdmdbg.rc
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/vdmdbg/vdmdbg.rc')
-rw-r--r--private/mvdm/vdmdbg/vdmdbg.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/private/mvdm/vdmdbg/vdmdbg.rc b/private/mvdm/vdmdbg/vdmdbg.rc
new file mode 100644
index 000000000..b5fc7d0b4
--- /dev/null
+++ b/private/mvdm/vdmdbg/vdmdbg.rc
@@ -0,0 +1,10 @@
+#include <windows.h>
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+#define VER_FILEDESCRIPTION_STR "VDMDBG.DLL"
+#define VER_INTERNALNAME_STR "VDMDBG\0"
+
+#include "common.ver"
+