xcode adaptions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user