xcode adaptions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-10-22 08:00:55 +00:00
parent d4159b2d18
commit 51e7be5664

View File

@@ -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