Compare commits

..

No commits in common. "485c0589ff85424705d20960f25b983d7bb5627f" and "2064130f93c0f81aa7d4375549a2f29540c064bd" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -2366,7 +2366,7 @@ void CSmsCenterDlg::OnTj()
void CSmsCenterDlg::OnAddsms()
{
//崩溃测试用于测试错误捕捉测试是否能生成dump文件20250103
//崩溃测试
/*
int* p = 0;
*p = 0;

View File

@ -67,7 +67,6 @@ typedef CTypedPtrList<CPtrList, CProcessSocket*> CProcess;
typedef CList<REQ_WxWork_Send, REQ_WxWork_Send> CWxWork_Send;
typedef CList<SmsReport, SmsReport&> CSmsReport;
class CSmsCenterDlg : public CDialog
{