mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-31 11:46:14 +08:00
style:解决采用VS2015编译时某些项目不通过的问题
This commit is contained in:
@@ -96,3 +96,11 @@ void CSettingDlg::OnEnChangeEditMax()
|
||||
::ShowWindow(hApplyButton,SW_NORMAL);
|
||||
::EnableWindow(hApplyButton,TRUE);
|
||||
}
|
||||
|
||||
|
||||
void CSettingDlg::OnOK()
|
||||
{
|
||||
OnBnClickedButtonSettingapply();
|
||||
|
||||
CDialog::OnOK();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user