]> git.saurik.com Git - wxWidgets.git/commitdiff
xcode adaptions
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 22 Oct 2007 08:00:55 +0000 (08:00 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 22 Oct 2007 08:00:55 +0000 (08:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/tiff/libtiff/tif_config.h

index 22c71f9f3a3b7fdfbf3effcc3ed247215dc5fa64..dd77a1fc7ce2181650a4c1efc30f82efeb47d195 100644 (file)
 # 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