From a6812ef2e29ebc2183f222edf7a14606019d8aa4 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Sat, 12 Mar 2011 11:08:06 +0000 Subject: [PATCH] [win32k] -In WH_KEYBOARD hook, lparam isn't a pointer to KBDLLHOOKSTRUCT See issue #5991 for more details. svn path=/trunk/; revision=51023 --- reactos/subsystems/win32/win32k/ntuser/hook.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/ntuser/hook.c b/reactos/subsystems/win32/win32k/ntuser/hook.c index 41e9d476bf9..40d847b12ae 100644 --- a/reactos/subsystems/win32/win32k/ntuser/hook.c +++ b/reactos/subsystems/win32/win32k/ntuser/hook.c @@ -77,7 +77,6 @@ IntCallLowLevelHook( PHOOK Hook, case WH_KEYBOARD: uTimeout = 200; Block = TRUE; - Size = sizeof(KBDLLHOOKSTRUCT); break; }