mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3143
This commit is contained in:
parent
39f5c343da
commit
2368f5f94f
|
@ -205,8 +205,6 @@ END_MESSAGE_MAP()
|
|||
// function: registers window class, creates and poisitions window.
|
||||
CMainWindow::CMainWindow()
|
||||
{
|
||||
memcpy(NULL, "0", 1);
|
||||
|
||||
WNDCLASS wndcls;
|
||||
|
||||
memset(&wndcls, 0, sizeof(WNDCLASS)); // start with NULL defaults
|
||||
|
|
|
@ -124,7 +124,7 @@ int boinc_init_diag( unsigned long dwDiagnosticsFlags ) {
|
|||
|
||||
if ( g_BOINCDIAG_dwDiagnosticsFlags & BOINC_DIAG_HEAPCHECKENABLED ) {
|
||||
AfxEnableMemoryTracking(TRUE);
|
||||
AfxMemDF = allocMemDF | checkAlwaysMemDF;
|
||||
afxMemDF = allocMemDF | checkAlwaysMemDF;
|
||||
}
|
||||
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue