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

Fixed ifdefs in rtree.h.

parent 73a8cd61
...@@ -31,12 +31,12 @@ ...@@ -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
......
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