[ros-diffs] [fireball] 14570: Fixed incorrect version (was 1010h) to 1000h, as reported by XP's kbdru.dll

fireball at svn.reactos.com fireball at svn.reactos.com
Sun Apr 10 13:18:07 CEST 2005


Fixed incorrect version (was 1010h) to 1000h, as reported by XP's
kbdru.dll
Modified: trunk/reactos/lib/kbdru/kbdru.c
  _____  

Modified: trunk/reactos/lib/kbdru/kbdru.c
--- trunk/reactos/lib/kbdru/kbdru.c	2005-04-10 10:20:10 UTC (rev
14569)
+++ trunk/reactos/lib/kbdru/kbdru.c	2005-04-10 11:18:05 UTC (rev
14570)
@@ -208,7 +208,7 @@

   WORD maxmod;
   BYTE mod_max[7];
 } INTERNAL_KBD_MODIFIERS;
-// done
+
 ROSDATA INTERNAL_KBD_MODIFIERS modifier_bits[] = {
   modifier_keys,
   3,
@@ -429,7 +429,7 @@
   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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050410/1520febf/attachment.html


More information about the Ros-diffs mailing list