style: 更新zlib为不带ASMINF编译的静态库

This commit is contained in:
yuanyuanxiang
2021-03-14 20:55:22 +08:00
parent 2c870f1952
commit 225c7e0318
8 changed files with 37 additions and 10 deletions

View File

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