- We always supported global WH_KEYBOARD_LL and WH_MOUSE_LL.

svn path=/trunk/; revision=35873
This commit is contained in:
James Tabor 2008-09-02 08:44:41 +00:00
parent d866798279
commit 27e6b3ca2f

View file

@ -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)