Improve: Remove redundant code for reading the registry

This commit is contained in:
yuanyuanxiang
2025-06-29 15:23:09 +08:00
parent aa34b64995
commit 4ca2b45242
6 changed files with 29 additions and 88 deletions

View File

@@ -265,6 +265,8 @@ int main(int argc, const char *argv[])
status = E_STOP;
CloseHandle(hMutex);
Logger::getInstance().stop();
return 0;
}
#else