Fixed ifdefs in rtree.h.

This commit is contained in:
Maciej Suminski 2014-05-13 10:01:06 +02:00
parent 96131f64b4
commit d3afc86040
1 changed files with 4 additions and 4 deletions

View File

@ -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