Update syscall.c
This commit is contained in:
parent
8bdfbaa550
commit
2cb0f2293b
|
@ -226,6 +226,8 @@ _FX BOOLEAN Syscall_Init_List(void)
|
|||
if (pat)
|
||||
List_Insert_After(&disabled_hooks, NULL, pat);
|
||||
pat = Pattern_Create(Driver_Pool, L"ClearEvent", FALSE, 0);
|
||||
if (pat)
|
||||
List_Insert_After(&disabled_hooks, NULL, pat);
|
||||
}
|
||||
|
||||
LIST approved_syscalls;
|
||||
|
|
Loading…
Reference in New Issue