summaryrefslogtreecommitdiff
path: root/input/layout/kbdus/kbdus.rc
diff options
context:
space:
mode:
authorkarlf <[email protected]>2016-08-11 13:28:13 -0700
committerkarlf <[email protected]>2016-08-11 13:28:13 -0700
commit96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch)
treead5f3ede5cbcd6b598677ce41bcf8318471bdd92 /input/layout/kbdus/kbdus.rc
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'input/layout/kbdus/kbdus.rc')
-rw-r--r--input/layout/kbdus/kbdus.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/input/layout/kbdus/kbdus.rc b/input/layout/kbdus/kbdus.rc
new file mode 100644
index 00000000..85ea293b
--- /dev/null
+++ b/input/layout/kbdus/kbdus.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 "United States Keyboard Layout"
+#define VER_INTERNALNAME_STR "kbdus (3.11)"
+#define VER_ORIGINALFILENAME_STR "kbdus.dll"
+
+#define VER_LANGNEUTRAL
+#include "common.ver"