this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adapt DiskArbitration to CFF removal

+2 -1
+2 -1
src/DiskArbitration/DADisk.c
··· 5 5 #include <CoreFoundation/CFBase.h> 6 6 #include <CoreFoundation/CFURL.h> 7 7 #include <CoreFoundation/CFDictionary.h> 8 - #include "../CFF/CFStringConst.h" 8 + 9 + #define CONST_STRING_DECL(name, value) const CFStringRef name = CFSTR(value); 9 10 10 11 CONST_STRING_DECL(kDADiskDescriptionVolumeKindKey, "kDADiskDescriptionVolumeKindKey"); 11 12 CONST_STRING_DECL(kDADiskDescriptionVolumeMountableKey, "kDADiskDescriptionVolumeMountableKey");