aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/MD5.c
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/src/MD5.c')
-rw-r--r--nxcomp/src/MD5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/src/MD5.c b/nxcomp/src/MD5.c
index 43a2793e3..f5bc01761 100644
--- a/nxcomp/src/MD5.c
+++ b/nxcomp/src/MD5.c
@@ -64,7 +64,7 @@
* at compile time.
*/
-#if defined(__linux) || defined(__CYGWIN32__)
+#if defined(__linux) || defined(__CYGWIN__) || defined(__CYGWIN32__)
#include <endian.h>
@@ -74,7 +74,7 @@
#define ARCH_IS_BIG_ENDIAN 1
#endif
-#endif /* #if defined(__linux) || defined(__CYGWIN32__) */
+#endif /* #if defined(__linux) || defined(__CYGWIN__) || defined(__CYGWIN32__) */
#undef BYTE_ORDER /* 1 = big-endian, -1 = little-endian, 0 = unknown */
#ifdef ARCH_IS_BIG_ENDIAN