mirror of
https://github.com/darlinghq/darling-swift-corelibs-foundation.git
synced 2024-11-26 21:50:23 +00:00
Merge pull request #1 from darlinghq/fedora_38_fix
Fix Building For Fedora 38
This commit is contained in:
commit
ea1ea0bb41
@ -121,6 +121,9 @@ all arguments must be non-NULL */
|
||||
CF_EXPORT
|
||||
_Nullable CFArrayRef CFPreferencesCopyKeyList(CFStringRef applicationID, CFStringRef userName, CFStringRef hostName);
|
||||
|
||||
#ifdef DARLING
|
||||
Boolean CFPreferencesAppValueIsForced(CFStringRef key, CFStringRef applicationID);
|
||||
#endif
|
||||
|
||||
CF_EXTERN_C_END
|
||||
CF_ASSUME_NONNULL_END
|
||||
|
Loading…
Reference in New Issue
Block a user