mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Replace Global flag.
svn path=/trunk/; revision=34797
This commit is contained in:
parent
9bec76e407
commit
996438fdc6
1 changed files with 2 additions and 1 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue