DevIL
DevIL copied to clipboard
Fix detection of big-endian systems
https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html
__BYTE_ORDER__is defined to one of the values__ORDER_LITTLE_ENDIAN__,__ORDER_BIG_ENDIAN__, or__ORDER_PDP_ENDIAN__...