aboutsummaryrefslogtreecommitdiff
path: root/lib/icc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/icc.h')
-rw-r--r--lib/icc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/icc.h b/lib/icc.h
index be7453e..a0b4680 100644
--- a/lib/icc.h
+++ b/lib/icc.h
@@ -23,6 +23,8 @@
#define USE_BIG_ENDIAN_IN_ICC true
#endif
+#undef Endian_SwapBE32
+#undef Endian_SwapBE16
#if USE_BIG_ENDIAN_IN_ICC
#define Endian_SwapBE32(n) EndianSwap32(n)
#define Endian_SwapBE16(n) EndianSwap16(n)