00001 // This file added by arh, for compatibility with MSVC++ 6.0 00002 00003 #ifndef __VALUES_H 00004 #define __VALUES_H 00005 00006 00007 #ifdef WIN32 00008 #ifndef MAXDOUBLE 00009 #include <float.h> 00010 #define MAXDOUBLE DBL_MAX 00011 #endif 00012 #else 00013 #include <values.h> 00014 #endif 00015 00016 00017 00018 #endif // __VALUES_H
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |