summaryrefslogtreecommitdiffstats
path: root/windows/kbdneo2/Quelldateien/kbdneo2.rc
diff options
context:
space:
mode:
Diffstat (limited to 'windows/kbdneo2/Quelldateien/kbdneo2.rc')
-rw-r--r--windows/kbdneo2/Quelldateien/kbdneo2.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/windows/kbdneo2/Quelldateien/kbdneo2.rc b/windows/kbdneo2/Quelldateien/kbdneo2.rc
new file mode 100644
index 0000000..ec83d64
--- /dev/null
+++ b/windows/kbdneo2/Quelldateien/kbdneo2.rc
@@ -0,0 +1,11 @@
+#include <windows.h>
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DLL
+#define VER_FILESUBTYPE VFT2_DRV_KEYBOARD
+#define VER_FILEDESCRIPTION_STR "NEO2 German ergonomic Keyboard Layout"
+#define VER_INTERNALNAME_STR "kbdneo2"
+#define VER_ORIGINALFILENAME_STR "kbdneo2.dll"
+
+#define VER_LANGNEUTRAL
+#include "common.ver"