We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2473e2 commit d9dfa38Copy full SHA for d9dfa38
CoreFoundation/Base.subproj/CFInternal.h
@@ -398,9 +398,9 @@ CF_EXPORT void * __CFConstantStringClassReferencePtr;
398
#if DEPLOYMENT_RUNTIME_SWIFT
399
400
#if TARGET_OS_MAC
401
-#define __CFConstantStringClassReference _T015SwiftFoundation19_NSCFConstantStringCN
+#define __CFConstantStringClassReference $S15SwiftFoundation19_NSCFConstantStringCN
402
#else
403
-#define __CFConstantStringClassReference _T010Foundation19_NSCFConstantStringCN
+#define __CFConstantStringClassReference $S10Foundation19_NSCFConstantStringCN
404
#endif
405
406
CF_EXPORT void *__CFConstantStringClassReference[];
0 commit comments