From 51e7be5664b108d39789239783933ecbaeb61f00 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 22 Oct 2007 08:00:55 +0000 Subject: [PATCH] xcode adaptions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/libtiff/tif_config.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/tiff/libtiff/tif_config.h b/src/tiff/libtiff/tif_config.h index 22c71f9f3a..dd77a1fc7c 100644 --- a/src/tiff/libtiff/tif_config.h +++ b/src/tiff/libtiff/tif_config.h @@ -41,8 +41,17 @@ # endif #endif -#ifndef __BORLANDC__ +#ifndef __BORLANDC__ #define lfind _lfind #endif +#ifdef __APPLE__ + #undef lfind + #undef HAVE_IO_H + #if __BIG_ENDIAN__ + #undef HOST_FILLORDER + #define HOST_FILLORDER FILLORDER_MSB2LSB + #define WORDS_BIGENDIAN 1 + #endif +#endif -- 2.47.2