File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
CoreFoundation/Base.subproj Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 10
10
#if !defined(__COREFOUNDATION_CFAVAILABILITY__)
11
11
#define __COREFOUNDATION_CFAVAILABILITY__ 1
12
12
13
- #if __has_include(<CoreFoundation/TargetConditionals.h>)
14
13
#include < CoreFoundation/TargetConditionals.h>
15
- #elif __has_include(<TargetConditionals.h>)
16
- #include < TargetConditionals.h>
17
- #else
18
- #error Missing header TargetConditionals.h
19
- #endif
20
14
21
15
#if __has_include(<Availability.h>) && __has_include(<os/availability.h>) && __has_include(<AvailabilityMacros.h>)
22
16
#include < Availability.h>
Original file line number Diff line number Diff line change 10
10
#if !defined(__COREFOUNDATION_CFBASE__)
11
11
#define __COREFOUNDATION_CFBASE__ 1
12
12
13
- #if DEPLOYMENT_RUNTIME_SWIFT
14
13
#include < CoreFoundation/TargetConditionals.h>
15
- #else
16
- #include < TargetConditionals.h>
17
- #endif
18
14
#include < CoreFoundation/CFAvailability.h>
19
15
20
16
#if (defined(__CYGWIN32__) || defined(_WIN32)) && !defined(__WIN32__)
You can’t perform that action at this time.
0 commit comments