We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8547bda commit 060939fCopy full SHA for 060939f
AG/Sources/Headers/AGBase.hpp
@@ -43,6 +43,9 @@
43
44
#include <CoreFoundation/CoreFoundation.h>
45
#include <TargetConditionals.h>
46
+#ifndef TARGET_OS_DARWIN
47
+#define TARGET_OS_DARWIN TARGET_OS_MAC
48
+#endif
49
#define AG_OPTIONS CF_OPTIONS
50
#define AG_EXTERN_C_BEGIN CF_EXTERN_C_BEGIN
51
#define AG_EXTERN_C_END CF_EXTERN_C_END
Sources/_OpenGraph/include/OGBase.hpp
@@ -44,6 +44,9 @@
#ifdef __APPLE__
#else
#include <CoreFoundation/TargetConditionals.h>
52
#endif
0 commit comments