mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Sorry for the mess. Fixup debug prints.
svn path=/trunk/; revision=16857
This commit is contained in:
parent
14344dd176
commit
714eb0ec09
1 changed files with 0 additions and 4 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue