Skip to content

Commit 20e5584

Browse files
author
Oleh Kulykov
committed
1722268349
1 parent 2dc52f0 commit 20e5584

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libplzma.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
# define __has_attribute(x) 0
121121
#endif
122122

123+
#if !defined(__has_feature)
124+
# define __has_feature(x) 0
125+
#endif
126+
123127
#if __has_attribute(sentinel)
124128
# define LIBPLZMA_REQUIRES_LAST_NULL_ARG __attribute__((sentinel))
125129
#else

0 commit comments

Comments
 (0)