mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix build
svn path=/trunk/; revision=54064
This commit is contained in:
parent
2a799f8ad8
commit
bc0f7d3b4f
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ UserSendKeyboardInput(KEYBDINPUT *pKbdInput, BOOL bInjected)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Call hook */
|
/* Call hook */
|
||||||
if (CallLowLevelKeyboardHook(&Msg, bInjected, pKbdInput->dwExtraInfo))
|
if (co_CallLowLevelKeyboardHook(&Msg, bInjected, pKbdInput->dwExtraInfo))
|
||||||
{
|
{
|
||||||
ERR("Kbd msg %d wParam %d lParam 0x%08x dropped by WH_KEYBOARD_LL hook\n",
|
ERR("Kbd msg %d wParam %d lParam 0x%08x dropped by WH_KEYBOARD_LL hook\n",
|
||||||
Msg.message, Msg.wParam, Msg.lParam);
|
Msg.message, Msg.wParam, Msg.lParam);
|
||||||
|
|
Loading…
Reference in a new issue