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

@@ -998,7 +998,9 @@ LRESULT CMy2015RemoteDlg::OnUserToOnlineList(WPARAM wParam, LPARAM lParam)
AddList(strIP,strAddr,strPCName,strOS,strCPU,strVideo,strPing,ContextObject);
return S_OK;
}catch(...){}
}catch(...){
OutputDebugStringA("[ERROR] OnUserToOnlineList catch an error \n");
}
return -1;
}