diff options
Diffstat (limited to 'input/layout/kbdus/kbdus.rc')
| -rw-r--r-- | input/layout/kbdus/kbdus.rc | 11 |
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" |
