Skip to content

Commit dbecb91

Browse files
committed
Adapt for the mangling prefix change ($S -> $s)
1 parent 68c0749 commit dbecb91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CoreFoundation/Base.subproj/CFInternal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,9 @@ CF_EXPORT void * __CFConstantStringClassReferencePtr;
409409
#if DEPLOYMENT_RUNTIME_SWIFT
410410

411411
#if TARGET_OS_MAC
412-
#define __CFConstantStringClassReference $S15SwiftFoundation19_NSCFConstantStringCN
412+
#define __CFConstantStringClassReference $s15SwiftFoundation19_NSCFConstantStringCN
413413
#else
414-
#define __CFConstantStringClassReference $S10Foundation19_NSCFConstantStringCN
414+
#define __CFConstantStringClassReference $s10Foundation19_NSCFConstantStringCN
415415
#endif
416416

417417
CF_EXPORT void *__CFConstantStringClassReference[];

0 commit comments

Comments
 (0)