From 72f9012f643934e545d646795867057468815a00 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Mon, 11 Dec 2017 19:16:05 +0100 Subject: Define constant INT64_MAX where int64_t is declared. --- source/pdf/pdf-xref.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source') diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c index bbe377fd..566b114e 100644 --- a/source/pdf/pdf-xref.c +++ b/source/pdf/pdf-xref.c @@ -6,12 +6,6 @@ #include #include -#ifdef _MSC_VER -#ifndef INT64_MAX -#define INT64_MAX 9223372036854775807i64 -#endif -#endif - #undef DEBUG_PROGESSIVE_ADVANCE #ifdef DEBUG_PROGESSIVE_ADVANCE -- cgit v1.2.3