Skip to content

Commit fa4f844

Browse files
committed
Fix build issue
1 parent e7c0b7a commit fa4f844

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/OpenSwiftUI_SPI/Shims/CoreFoundation_Private.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
#include "CoreFoundation_Private.h"
66
#include "dyld_Private.h"
77

8+
bool _OpenSwiftUICFMZEnabled(void);
9+
810
#if !OPENSWIFTUI_TARGET_OS_DARWIN
911
bool _CFMZEnabled(void) {
10-
return _OpenSwiftUICFMZEnabled;
12+
return _OpenSwiftUICFMZEnabled();
1113
}
1214
#endif
1315

0 commit comments

Comments
 (0)