Skip to content

Commit

Permalink
[#] 修复多开小工具不可用的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Jul 11, 2023
1 parent b6a415f commit 568b754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RevokeMsgPatcher.MultiInstance/ProcessUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,13 @@ public static bool CloseMutexHandle(Process process)
foreach (SYSTEM_HANDLE_INFORMATION handle in aHandles)
{
// Mutant 类型的句柄
if (handle.ObjectType == OBJECT_TYPE_MUTANT)
{
// if (handle.ObjectType == OBJECT_TYPE_MUTANT)
// {
if (FindAndCloseWeChatMutexHandle(handle, process))
{
existMutexHandle = true;
}
}
// }
}
return existMutexHandle;
}
Expand Down

0 comments on commit 568b754

Please sign in to comment.