diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2017-12-11 19:16:05 +0100 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2017-12-13 21:38:26 +0100 |
commit | 72f9012f643934e545d646795867057468815a00 (patch) | |
tree | 259d107f9e9c79f95a62fe3766e0dff717eacbc7 /source | |
parent | bd41b371219c68e0c4d047bc4921bd0fd941b90f (diff) | |
download | mupdf-72f9012f643934e545d646795867057468815a00.tar.xz |
Define constant INT64_MAX where int64_t is declared.
Diffstat (limited to 'source')
-rw-r--r-- | source/pdf/pdf-xref.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 <limits.h> #include <string.h> -#ifdef _MSC_VER -#ifndef INT64_MAX -#define INT64_MAX 9223372036854775807i64 -#endif -#endif - #undef DEBUG_PROGESSIVE_ADVANCE #ifdef DEBUG_PROGESSIVE_ADVANCE |