1#ifndef _ZFI_ZFImpl_sys_iOS_h_
2#define _ZFI_ZFImpl_sys_iOS_h_
7 #include "TargetConditionals.h"
17#ifndef ZF_ENV_FORCE_sys_iOS
18 #define ZF_ENV_FORCE_sys_iOS 0
20 #undef ZF_ENV_FORCE_sys_iOS
21 #define ZF_ENV_FORCE_sys_iOS 1
29#ifndef ZF_ENV_FORCE_not_sys_iOS
30 #define ZF_ENV_FORCE_not_sys_iOS 0
32 #undef ZF_ENV_FORCE_not_sys_iOS
33 #define ZF_ENV_FORCE_not_sys_iOS 1
39#if !ZF_ENV_FORCE_not_sys_iOS && ((0 \
40 || (defined(__APPLE__) && (TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE)) \
41 ) || ZF_ENV_FORCE_sys_iOS)
42 #define ZF_ENV_sys_iOS 1
44 #define ZF_ENV_sys_iOS 0
necessary header file for all types
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98