From: Stefan Csomor Date: Mon, 22 Oct 2007 08:00:55 +0000 (+0000) Subject: xcode adaptions X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/51e7be5664b108d39789239783933ecbaeb61f00 xcode adaptions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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