SmartAudio/tools/include/byteswap.h

6 lines
107 B
C
Raw Permalink Normal View History

2018-07-13 01:31:50 +00:00
#if defined(__linux__) || defined(__CYGWIN__)
#include_next <byteswap.h>
#else
#include <endian.h>
#endif