1 --- poppler/poppler/poppler-config.h.in
2 +++ poppler/poppler/poppler-config.h.in
3 @@ -186,7 +186,7 @@ char * strtok_r (char *s, const char *delim, char **save_ptr);
4 #define GCC_PRINTF_FORMAT(fmt_index, va_index)
8 +#if defined(_MSC_VER) && _MSC_VER < 1800
9 #define fmax(a, b) std::max(a, b)
10 #define fmin(a, b) std::min(a, b)