mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fixed incorrect version (was 1010h) to 1000h, as reported by XP's kbdru.dll
svn path=/trunk/; revision=14570
This commit is contained in:
parent
2663d38106
commit
c9481ea29c
1 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ typedef struct _mymod {
|
|||
WORD maxmod;
|
||||
BYTE mod_max[7];
|
||||
} INTERNAL_KBD_MODIFIERS;
|
||||
// done
|
||||
|
||||
ROSDATA INTERNAL_KBD_MODIFIERS modifier_bits[] = {
|
||||
modifier_keys,
|
||||
3,
|
||||
|
@ -429,7 +429,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
|
|||
extcode0_to_vk,
|
||||
extcode1_to_vk,
|
||||
|
||||
MAKELONG(1,1), /* Version 1.0 */
|
||||
MAKELONG(0,1), /* Version 1.0 */
|
||||
|
||||
/* Ligatures -- Russian doesn't have any */
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue