mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
- We always supported global WH_KEYBOARD_LL and WH_MOUSE_LL.
svn path=/trunk/; revision=35873
This commit is contained in:
parent
d866798279
commit
27e6b3ca2f
1 changed files with 1 additions and 1 deletions
|
@ -1045,7 +1045,7 @@ NtUserSetWindowsHookEx(
|
|||
Global = TRUE;
|
||||
}
|
||||
|
||||
if ( Global ||
|
||||
if ( ( Global && (HookId != WH_KEYBOARD_LL || HookId != WH_MOUSE_LL) ) ||
|
||||
WH_DEBUG == HookId ||
|
||||
WH_JOURNALPLAYBACK == HookId ||
|
||||
WH_JOURNALRECORD == HookId)
|
||||
|
|
Loading…
Reference in a new issue