patch from christian, #undef swap16

This commit is contained in:
Josh Coalson
2001-10-25 18:42:20 +00:00
parent 4e003c6043
commit b490aaa219

View File

@@ -38,6 +38,10 @@
static FLAC__bool is_big_endian_host;
/* some flavors of UNIX #define this */
#ifdef swap16
#undef swap16
#endif
static void swap16(FLAC__int16 *i)
{
unsigned char *x = (unsigned char *)i, b;