Skip to content

Commit d9dfa38

Browse files
author
Erik Eckstein
committed
Adapt for the mangling prefix change (_T0 -> $S)
1 parent a2473e2 commit d9dfa38

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)