Fixed incorrect version (was 1010h) to 1000h, as reported by XP's kbdru.dll

svn path=/trunk/; revision=14570
This commit is contained in:
Aleksey Bragin 2005-04-10 11:18:05 +00:00
parent 2663d38106
commit c9481ea29c

View file

@ -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,