From 218fa2f41479cce876896632d9ce3a159b29eaf0 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Mon, 28 Nov 2016 13:37:54 +0000 Subject: Skip unneeded workaround in source/fitz/load-jpx.c diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c index b1d77c7..d37f90d 100644 --- a/source/fitz/load-jpx.c +++ b/source/fitz/load-jpx.c @@ -481,14 +481,6 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, size_t size, int *wp, int #else /* HAVE_LURATECH */ -/* Without the definition of OPJ_STATIC, compilation fails on windows - * due to the use of __stdcall. We believe it is required on some - * linux toolchains too. */ -#define OPJ_STATIC -#ifndef _MSC_VER -#define OPJ_HAVE_STDINT_H -#endif - #include /* OpenJPEG does not provide a safe mechanism to intercept -- 2.11.0