From c9481ea29cbf393009e5d1d17668f4014b7e6702 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sun, 10 Apr 2005 11:18:05 +0000 Subject: [PATCH] Fixed incorrect version (was 1010h) to 1000h, as reported by XP's kbdru.dll svn path=/trunk/; revision=14570 --- reactos/lib/kbdru/kbdru.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/kbdru/kbdru.c b/reactos/lib/kbdru/kbdru.c index 39fdc5efcdd..759d0bf724c 100644 --- a/reactos/lib/kbdru/kbdru.c +++ b/reactos/lib/kbdru/kbdru.c @@ -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,