Fix for building with MSVC2008

This commit is contained in:
Campbell Barton
2014-04-02 09:16:47 +11:00
parent dc5fe5d25f
commit 0a112efcf7
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
* \date 2011-1-29
*/
#define BOX_GRID_LOGGING false
#define BOX_GRID_LOGGING 0
// I would like to avoid using deque because including ViewMap.h and <deque> or <vector>
// separately results in redefinitions of identifiers. ViewMap.h already includes <vector>

View File

@@ -28,7 +28,7 @@
* \date 2010-12-19
*/
#define SPHERICAL_GRID_LOGGING false
#define SPHERICAL_GRID_LOGGING 0
// I would like to avoid using deque because including ViewMap.h and <deque> or <vector> separately results in
// redefinitions of identifiers. ViewMap.h already includes <vector> so it should be a safe fall-back.

View File

@@ -51,7 +51,7 @@ namespace Freestyle {
// XXX Grmll... G is used as template's typename parameter :/
static const Global &_global = G;
#define LOGGING false
#define LOGGING 0
using namespace std;