Revert "Oops"

This reverts commit 03c766e601.
This commit is contained in:
Fridrich Štrba 2012-10-05 16:34:44 +02:00
parent 3559b4b1ab
commit 27a8a02826

View file

@ -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 */