Fix Win32 build. VC++ 6.0 and 7.0 now use the thread-safe code.
[rrdtool.git] / src / rrd_nan_inf.h
1 #define DNAN          set_to_DNAN()
2 #define DINF          set_to_DINF()
3
4 double set_to_DNAN(void);
5 double set_to_DINF(void);