init
This commit is contained in:
@@ -8,7 +8,7 @@ namespace mouse_key_win7
|
||||
{
|
||||
auto pid = PsGetCurrentProcessId();
|
||||
|
||||
if(protect_filter::is_white_pid(HandleToLong(pid), NULL))
|
||||
if(protect_filter::is_white_pid(HandleToLong(pid)))
|
||||
return origon_NtUserSendInput_win7(a1, a2, a3);
|
||||
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user