This commit is contained in:
@@ -333,11 +333,11 @@ BOOL CHLStockWindowDlg::Running()
|
||||
::MessageBox( NULL, "상하한가 검사중 문제가 발생하였습니다. \n에러코드:002", "CHLStockWindowDlg::Running()", MB_ICONERROR|MB_TOPMOST );
|
||||
}
|
||||
|
||||
#ifdef _DEBUG
|
||||
CString str;
|
||||
str = bRet ? "Running retrn TRUE":"Running return FALSE";
|
||||
AfxMessageBox(str);
|
||||
#endif
|
||||
//#ifdef _DEBUG
|
||||
// CString str;
|
||||
// str = bRet ? "Running retrn TRUE":"Running return FALSE";
|
||||
// AfxMessageBox(str);
|
||||
//#endif
|
||||
|
||||
return bRet;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user