Update libraries and replace zlib with zstd #42

This commit is contained in:
yuanyuanxiang
2025-01-15 18:49:15 +08:00
parent 8ec3e83d31
commit 914eefbb23
29 changed files with 4790 additions and 2057 deletions

View File

@@ -36,7 +36,7 @@ int CManager::Send(LPBYTE lpData, UINT nSize)
{
nRet = m_ClientObject->OnServerSending((char*)lpData, nSize);
}catch(...){
printf("[ERROR] CManager::Send catch an error \n");
Mprintf("[ERROR] CManager::Send catch an error \n");
};
return nRet;
}