From bc0f7d3b4fd73edf1145972f0d54d3dab5bb3758 Mon Sep 17 00:00:00 2001 From: Rafal Harabien Date: Sun, 9 Oct 2011 20:17:33 +0000 Subject: [PATCH] - Fix build svn path=/trunk/; revision=54064 --- reactos/subsystems/win32/win32k/ntuser/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/keyboard.c b/reactos/subsystems/win32/win32k/ntuser/keyboard.c index 206c27dfd4f..216a8c5072d 100644 --- a/reactos/subsystems/win32/win32k/ntuser/keyboard.c +++ b/reactos/subsystems/win32/win32k/ntuser/keyboard.c @@ -818,7 +818,7 @@ UserSendKeyboardInput(KEYBDINPUT *pKbdInput, BOOL bInjected) } /* 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", Msg.message, Msg.wParam, Msg.lParam);