Skip to content

Commit 150266c

Browse files
authored
Update CFString.h
1 parent 1cf2753 commit 150266c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/String.subproj/CFString.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ struct __CFConstStr {
156156
struct {
157157
uintptr_t _cfisa;
158158
uintptr_t _swift_rc;
159-
#if defined(__LP64__)
159+
#if defined(__LP64__) || defined(__LLP64__)
160160
uint64_t _cfinfoa;
161161
#else
162162
uint32_t _cfinfoa;

0 commit comments

Comments
 (0)