Reverted Holmes' changes, they should be on the iphone branch
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402811
This commit is contained in:
parent
2e2db9e30b
commit
28506dbf31
3 changed files with 6 additions and 15 deletions
|
@ -57,19 +57,13 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue