Various fixex to make HEAD compile.
[reactos.git] / reactos / subsys / win32k / ntuser / keyboard.c
index 6c9fe5e..92d0ae8 100644 (file)
@@ -1160,8 +1160,10 @@ NtUserVkKeyScanEx(
         if(vkPtr->wch[CapsState] == wChar)
         {
           CapsMod = KeyLayout->pCharModifiers->ModNumber[CapsState];
+#if 0
           DPRINT("nMod %d Vk %04x: CapsMod %08x CapsState %08x MaxModBits %08x\n",
               nMod, wVirtKey, CapsMod, CapsState, KeyLayout->pCharModifiers->wMaxModBits);
+#endif
           return ((CapsMod << 8)|(vkPtr->VirtualKey & 0xff));
         }
       }