When compiling a vanilla iPhone project, any macro is defined to identify the platform is on iPhone OS, even when no header file is included?
TARGET_OS_MAC or TARGET_OS_IPHONE-like macros are not defined if no header is included.
So I am looking for macros defined at the similar level of __cplusplus , __GNUC__ , _MSC_VER ... etc.