summaryrefslogtreecommitdiffstats
path: root/system/xar/patches/xar-1.8.0.0.487-non-darwin.patch
blob: c350f69f4ca01345984dec0e0faa4b8c848be6b3 (plain)
don't do availability stuff on non-Darwin

--- a/include/xar.h.in
+++ b/include/xar.h.in
@@ -52,6 +52,7 @@
 #import <os/availability.h>
 #else
 #define API_DEPRECATED(...)
+#define API_AVAILABLE(...)
 #endif
 
 #pragma pack(4)