Skip to content

Commit 727e892

Browse files
CodaFiparkera
authored andcommitted
SR-3658 – Fix error in importing Foundation (#868)
SR-3658 – Fix error in importing Foundation under Linux. This commit may resolve the described error.
1 parent 01ffe57 commit 727e892

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CoreFoundation/Base.subproj/CFBase.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@
6666
#if defined(__GNUC__) || TARGET_OS_WIN32
6767
#include <stdint.h>
6868
#include <stdbool.h>
69-
#endif
70-
71-
#if __BLOCKS__
72-
#include <Block.h>
7369
#endif
7470

7571
#if ((TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) || (TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) && !DEPLOYMENT_RUNTIME_SWIFT

0 commit comments

Comments
 (0)