Fixed ifdefs in rtree.h.
This commit is contained in:
parent
73a8cd6180
commit
402c7d21cb
|
@ -31,12 +31,12 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define ASSERT assert // RTree uses ASSERT( condition )
|
#define ASSERT assert // RTree uses ASSERT( condition )
|
||||||
#ifndef Min
|
#ifndef rMin
|
||||||
#define rMin std::min
|
#define rMin std::min
|
||||||
#endif // Min
|
#endif // rMin
|
||||||
#ifndef Max
|
#ifndef rMax
|
||||||
#define rMax std::max
|
#define rMax std::max
|
||||||
#endif // Max
|
#endif // rMax
|
||||||
|
|
||||||
//
|
//
|
||||||
// RTree.h
|
// RTree.h
|
||||||
|
|
Loading…
Reference in New Issue