mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:43:21 +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
|
/* We only (partially) support local WH_CBT hooks and
|
||||||
* WH_KEYBOARD_LL, WH_MOUSE_LL and WH_GETMESSAGE hooks for now
|
* 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_JOURNALPLAYBACK == HookId ||
|
||||||
WH_JOURNALRECORD == HookId ||
|
WH_JOURNALRECORD == HookId ||
|
||||||
WH_FOREGROUNDIDLE == HookId ||
|
WH_FOREGROUNDIDLE == HookId ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue