diff options
-rw-r--r-- | source/fitz/load-jpx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c index 6730a645..65699bab 100644 --- a/source/fitz/load-jpx.c +++ b/source/fitz/load-jpx.c @@ -447,7 +447,7 @@ fz_load_jpx_info(fz_context *ctx, const unsigned char *data, size_t size, int *w #define OPJ_STATIC #define OPJ_HAVE_INTTYPES_H -#if !defined(_WIN32) && !defined(_WIN64) +#if !defined(_MSC_VER) || _MSC_VER >= 1600 #define OPJ_HAVE_STDINT_H #endif #define USE_JPIP |