提交 eee7b9e5 编写于 作者: M Mark Adler

Remove unnecessary include for byte swap built-in [Bosmans].

上级 5bbdc122
......@@ -252,7 +252,6 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
# pragma intrinsic(_byteswap_ulong)
# define ZSWAP32(q) _byteswap_ulong(q)
# elif defined(__GNUC__) && ((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
# include <byteswap.h>
# define ZSWAP32(q) __builtin_bswap32(q)
# endif
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册