*** empty log message ***

svn path=/trunk/boinc/; revision=4698
This commit is contained in:
Rom Walton 2004-12-02 08:15:49 +00:00
parent d93292b797
commit f65beec79c
1 changed files with 8 additions and 2 deletions

View File

@ -97,6 +97,14 @@
#endif
#ifdef __WXMSW__
// Windows Headers
//
#include <crtdbg.h>
#endif
// Standard Libraries
//
@ -144,8 +152,6 @@
#ifdef _DEBUG
#include <crtdbg.h>
#define malloc(s) _malloc_dbg(s, _NORMAL_BLOCK, __FILE__, __LINE__)
#define calloc(c, s) _calloc_dbg(c, s, _NORMAL_BLOCK, __FILE__, __LINE__)
#define realloc(p, s) _realloc_dbg(p, s, _NORMAL_BLOCK, __FILE__, __LINE__)