Version abc80718

This commit is contained in:
Alan Mishchenko
2008-07-18 08:01:00 -07:00
parent d63a0cbbfd
commit 13f52980da
25 changed files with 3481 additions and 82 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ typedef long long sint64;
// this include should be the first one in the list
// it is used to catch memory leaks on Windows
#ifdef ABC_CHECK_LEAKS
#if defined(_DEBUG) && defined(_MSC_VER) && (_MSC_VER <= 1200) // 1200 = MSVC 6.0
#include "leaks.h"
#endif