mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[win32k]
-In WH_KEYBOARD hook, lparam isn't a pointer to KBDLLHOOKSTRUCT See issue #5991 for more details. svn path=/trunk/; revision=51023
This commit is contained in:
parent
df00c74675
commit
a6812ef2e2
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ IntCallLowLevelHook( PHOOK Hook,
|
||||||
case WH_KEYBOARD:
|
case WH_KEYBOARD:
|
||||||
uTimeout = 200;
|
uTimeout = 200;
|
||||||
Block = TRUE;
|
Block = TRUE;
|
||||||
Size = sizeof(KBDLLHOOKSTRUCT);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue