parent
3559b4b1ab
commit
27a8a02826
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
+#ifndef _WIN32
|
||||
+#include <endian.h>
|
||||
+#if __BYTE_ORDER == __BIG_ENDIAN
|
||||
+#define CMS_USE_BIG_ENDIAN 1
|
||||
+#define USE_BIG_ENDIAN 1
|
||||
+#endif
|
||||
+#endif /* !_WIN32 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue