Version abc80717

This commit is contained in:
Alan Mishchenko
2008-07-17 08:01:00 -07:00
parent 05772a795b
commit d63a0cbbfd
45 changed files with 5000 additions and 3352 deletions
+2
View File
@@ -43,7 +43,9 @@ extern "C" {
// this include should be the first one in the list
// it is used to catch memory leaks on Windows
#ifdef ABC_CHECK_LEAKS
#include "leaks.h"
#endif
#include <stdio.h>
#include <stdlib.h>
+2
View File
@@ -50,7 +50,9 @@ 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
#include "leaks.h"
#endif
////////////////////////////////////////////////////////////////////////
/// MACRO DEFINITIONS ///