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 68c0749 commit dbecb91Copy full SHA for dbecb91
CoreFoundation/Base.subproj/CFInternal.h
@@ -409,9 +409,9 @@ CF_EXPORT void * __CFConstantStringClassReferencePtr;
409
#if DEPLOYMENT_RUNTIME_SWIFT
410
411
#if TARGET_OS_MAC
412
-#define __CFConstantStringClassReference $S15SwiftFoundation19_NSCFConstantStringCN
+#define __CFConstantStringClassReference $s15SwiftFoundation19_NSCFConstantStringCN
413
#else
414
-#define __CFConstantStringClassReference $S10Foundation19_NSCFConstantStringCN
+#define __CFConstantStringClassReference $s10Foundation19_NSCFConstantStringCN
415
#endif
416
417
CF_EXPORT void *__CFConstantStringClassReference[];
0 commit comments