Remove unnecessary include for byte swap built-in [Bosmans].
This commit is contained in:
parent
5bbdc122ad
commit
eee7b9e576
1
zutil.h
1
zutil.h
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user