Go to the documentation of this file.00001
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