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