mrDarker
2025-10-22 e8a27bb203fe2aff70390a5eca002d7438da9b0f
SourceCode/Bond/SGMeasurement/SGMeasurement.cpp
@@ -103,7 +103,7 @@
   CWinApp::InitInstance();
   // 唯一实例运行检测
   m_hMutex = ::CreateMutex(NULL, FALSE, _T("MutexEdgeInspector_App"));
   m_hMutex = ::CreateMutex(NULL, FALSE, _T("MutexSGMeasurementApp"));
   if (m_hMutex != NULL) {
      if (::GetLastError() == ERROR_ALREADY_EXISTS) {
         AfxMessageBox(_T("The Program is already running. Exit this Program."), MB_OK | MB_ICONERROR);