Added iPhone OS (__IPHONEOS__) as a platform

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402779
This commit is contained in:
Holmes Futrell 2008-06-22 23:12:02 +00:00
parent 5ef7f8e2ea
commit 8a9bcd6686

View file

@ -57,13 +57,19 @@
#undef __LINUX__
#define __LINUX__ 1
#endif
#if defined(__APPLE__)
#include "targetconditionals.h"
#if TARGET_OS_IPHONE
#undef __IPHONEOS__
#define __IPHONEOS__ 1
#undef __MACOSX__
#else
#undef __MACOSX__
#define __MACOSX__ 1
#elif defined(macintosh)
#undef __MACOS__
#define __MACOS__ 1
#endif
#endif
#if defined(__NetBSD__)
#undef __NETBSD__
#define __NETBSD__ 1