check for the size of time_t and behave accordingly
[rrdtool.git] / win32 / rrd_config.h.msvc
index 8a83923..7c55d5a 100644 (file)
@@ -42,6 +42,7 @@
 #define snprintf _snprintf\r
 #define vsnprintf _vsnprintf\r
 #define strftime strftime_ \r
+#define strtoll(p, e, b) _strtoi64(p, e, b)\r
 \r
 /* realloc does not support NULL as argument */\r
 #define NO_NULL_REALLOC 1\r