*** empty log message ***

svn path=/trunk/boinc/; revision=3143
This commit is contained in:
Rom Walton 2004-03-24 08:09:22 +00:00
parent 39f5c343da
commit 2368f5f94f
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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