sf2ww icon indicating copy to clipboard operation
sf2ww copied to clipboard

Don't use __LITTLE_ENDIAN__ to determine endianness

Open bentorkington opened this issue 1 year ago • 2 comments

More reliable to use #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__

bentorkington avatar Jan 23 '23 00:01 bentorkington