- Fix build

svn path=/trunk/; revision=54064
This commit is contained in:
Rafal Harabien 2011-10-09 20:17:33 +00:00
parent 2a799f8ad8
commit bc0f7d3b4f

View file

@ -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);