summaryrefslogtreecommitdiffstats
path: root/private/eventlog/ntsdexts/elfexts.rc
diff options
context:
space:
mode:
Diffstat (limited to 'private/eventlog/ntsdexts/elfexts.rc')
-rw-r--r--private/eventlog/ntsdexts/elfexts.rc9
1 files changed, 9 insertions, 0 deletions
diff --git a/private/eventlog/ntsdexts/elfexts.rc b/private/eventlog/ntsdexts/elfexts.rc
new file mode 100644
index 000000000..e351edd4b
--- /dev/null
+++ b/private/eventlog/ntsdexts/elfexts.rc
@@ -0,0 +1,9 @@
+#include <windows.h>
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+#define VER_FILEDESCRIPTION_STR "Eventlog Symbolic Debugger Extensions"
+#define VER_INTERNALNAME_STR "elfexts\0"
+
+#include "common.ver"