1
0

Fix Windows XP to 7 compatibility (#5167)

* Partially reverts 01a4e696b
* Unify thread names
- Remove use of GetThreadId API
This commit is contained in:
Tiger Wang
2021-03-28 13:34:57 +01:00
committed by GitHub
parent 58d7b7e5c7
commit 5123850db0
17 changed files with 60 additions and 71 deletions

View File

@@ -71,7 +71,7 @@ public:
// cServer::cTickThread:
cServer::cTickThread::cTickThread(cServer & a_Server) :
Super("ServerTickThread"),
Super("Server Ticker"),
m_Server(a_Server)
{
}