Merge "Fix multiple defined symbol errors"

This commit is contained in:
Jean-Baptiste Queru
2012-08-23 08:04:03 -07:00
committed by android code review
+1 -1
View File
@@ -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