Sorry for the mess. Fixup debug prints.

svn path=/trunk/; revision=16857
This commit is contained in:
James Tabor 2005-07-29 12:20:28 +00:00
parent 14344dd176
commit 714eb0ec09

View file

@ -1160,10 +1160,6 @@ 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));
}
}