X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd.h;h=dc996695678714e29835102288012936e9fec4e5;hb=6f788c0ea5198d3d1ec1566f3701642b12d7bc05;hp=53838c04a3abb975717264aa637a02e323cceb36;hpb=81645751d54a976a0bd49cf87c0b88bd9623599d;p=rrdtool.git diff --git a/src/rrd.h b/src/rrd.h index 53838c0..dc99669 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -58,7 +58,9 @@ extern "C" { #include /* for off_t */ #else #ifdef _MSC_VER +#ifndef PERLPATCHLEVEL typedef int mode_t; +#endif #define strtoll _strtoi64 #endif typedef size_t ssize_t;