mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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;
|
WORD maxmod;
|
||||||
BYTE mod_max[7];
|
BYTE mod_max[7];
|
||||||
} INTERNAL_KBD_MODIFIERS;
|
} INTERNAL_KBD_MODIFIERS;
|
||||||
// done
|
|
||||||
ROSDATA INTERNAL_KBD_MODIFIERS modifier_bits[] = {
|
ROSDATA INTERNAL_KBD_MODIFIERS modifier_bits[] = {
|
||||||
modifier_keys,
|
modifier_keys,
|
||||||
3,
|
3,
|
||||||
|
@ -429,7 +429,7 @@ ROSDATA KBDTABLES keyboard_layout_table = {
|
||||||
extcode0_to_vk,
|
extcode0_to_vk,
|
||||||
extcode1_to_vk,
|
extcode1_to_vk,
|
||||||
|
|
||||||
MAKELONG(1,1), /* Version 1.0 */
|
MAKELONG(0,1), /* Version 1.0 */
|
||||||
|
|
||||||
/* Ligatures -- Russian doesn't have any */
|
/* Ligatures -- Russian doesn't have any */
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in a new issue