Code

win32 portability patch and win32/rrdlib.vcproj file for the source
[rrdtool-all.git] / program / src / rrd_graph.h
index 8b86e864667e67f3897625742ceb84cf45aed9e6..6681390c11c6fcbb7c153d846bbaa160c78e33fc 100644 (file)
 #include "rrd_tool.h"
 #include "rrd_rpncalc.h"
 
+#ifdef WIN32
+#  include <windows.h>
+#  define MAXPATH MAX_PATH
+#endif
 
 #define ALTYGRID        0x01   /* use alternative y grid algorithm */
 #define ALTAUTOSCALE    0x02   /* use alternative algorithm to find lower and upper bounds */