undefine BSWAP_16 and BSWAP_32 so no warnings in case we redefine later

This commit is contained in:
Duncan Laurie 2005-03-24 17:30:59 +00:00
parent b42a8d7d6f
commit 0d3daba614

View File

@ -41,6 +41,9 @@
# include <config.h>
#endif
#undef BSWAP_16
#undef BSWAP_32
#if HAVE_BYTESWAP_H
# include <byteswap.h>
# define BSWAP_16(x) bswap_16(x)