diff --git a/RevokeMsgPatcher.MultiInstance/ProcessUtil.cs b/RevokeMsgPatcher.MultiInstance/ProcessUtil.cs index 8417aaa..e0e6fda 100644 --- a/RevokeMsgPatcher.MultiInstance/ProcessUtil.cs +++ b/RevokeMsgPatcher.MultiInstance/ProcessUtil.cs @@ -222,13 +222,13 @@ namespace RevokeMsgPatcher.MultiInstance 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; }