mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-07-07 15:56:08 +08:00
[#] 修复多开小工具不可用的问题
This commit is contained in:
parent
b6a415f0d7
commit
568b754cfc
|
@ -222,13 +222,13 @@ namespace RevokeMsgPatcher.MultiInstance
|
||||||
foreach (SYSTEM_HANDLE_INFORMATION handle in aHandles)
|
foreach (SYSTEM_HANDLE_INFORMATION handle in aHandles)
|
||||||
{
|
{
|
||||||
// Mutant 类型的句柄
|
// Mutant 类型的句柄
|
||||||
if (handle.ObjectType == OBJECT_TYPE_MUTANT)
|
// if (handle.ObjectType == OBJECT_TYPE_MUTANT)
|
||||||
{
|
// {
|
||||||
if (FindAndCloseWeChatMutexHandle(handle, process))
|
if (FindAndCloseWeChatMutexHandle(handle, process))
|
||||||
{
|
{
|
||||||
existMutexHandle = true;
|
existMutexHandle = true;
|
||||||
}
|
}
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
return existMutexHandle;
|
return existMutexHandle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user