mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +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:
@@ -77,7 +77,6 @@ IntCallLowLevelHook( PHOOK Hook,
|
||||
case WH_KEYBOARD:
|
||||
uTimeout = 200;
|
||||
Block = TRUE;
|
||||
Size = sizeof(KBDLLHOOKSTRUCT);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user