Commit 402c7d21 authored by Maciej Suminski's avatar Maciej Suminski

Fixed ifdefs in rtree.h.

parent 73a8cd61
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment