style: 更新zlib为不带ASMINF编译的静态库
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user