Update private master program code

This commit is contained in:
yuanyuanxiang
2025-06-08 15:38:41 +08:00
parent 15e03bd18a
commit 46f7dc1790
40 changed files with 5380 additions and 435 deletions

View File

@@ -66,6 +66,8 @@ CMy2015RemoteApp::CMy2015RemoteApp()
m_Mutex = NULL;
m_iocpServer = new IOCPServer();
srand(static_cast<unsigned int>(time(0)));
}