summaryrefslogtreecommitdiff
path: root/input/layout/kbdus/kbdus.rc
blob: 85ea293b6eac95bab6eb00bf98591158d404674d (plain)
1
2
3
4
5
6
7
8
9
10
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"