Merge "Fix multiple defined symbol errors"
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#define MINZIP_INLINE_MAGIC_H_
|
#define MINZIP_INLINE_MAGIC_H_
|
||||||
|
|
||||||
#ifndef MINZIP_GENERATE_INLINES
|
#ifndef MINZIP_GENERATE_INLINES
|
||||||
#define INLINE extern __inline__
|
#define INLINE extern inline __attribute((__gnu_inline__))
|
||||||
#else
|
#else
|
||||||
#define INLINE
|
#define INLINE
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user