- Replace Global flag.

svn path=/trunk/; revision=34797
This commit is contained in:
James Tabor 2008-07-26 00:03:31 +00:00
parent 9bec76e407
commit 996438fdc6

View file

@ -1003,7 +1003,8 @@ NtUserSetWindowsHookEx(
/* We only (partially) support local WH_CBT hooks and
* WH_KEYBOARD_LL, WH_MOUSE_LL and WH_GETMESSAGE hooks for now
*/
if (WH_DEBUG == HookId ||
if (Global ||
WH_DEBUG == HookId ||
WH_JOURNALPLAYBACK == HookId ||
WH_JOURNALRECORD == HookId ||
WH_FOREGROUNDIDLE == HookId ||