Skip to content

Commit b39800c

Browse files
authored
Merge pull request #1390 from eeckstein/mangling-prefix
Adapt for the mangling prefix change (_T0 -> $S)
2 parents a2473e2 + d9dfa38 commit b39800c

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
@@ -398,9 +398,9 @@ CF_EXPORT void * __CFConstantStringClassReferencePtr;
398398
#if DEPLOYMENT_RUNTIME_SWIFT
399399

400400
#if TARGET_OS_MAC
401-
#define __CFConstantStringClassReference _T015SwiftFoundation19_NSCFConstantStringCN
401+
#define __CFConstantStringClassReference $S15SwiftFoundation19_NSCFConstantStringCN
402402
#else
403-
#define __CFConstantStringClassReference _T010Foundation19_NSCFConstantStringCN
403+
#define __CFConstantStringClassReference $S10Foundation19_NSCFConstantStringCN
404404
#endif
405405

406406
CF_EXPORT void *__CFConstantStringClassReference[];

0 commit comments

Comments
 (0)