diff options
Diffstat (limited to 'zencore/sha1.cpp')
| -rw-r--r-- | zencore/sha1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/sha1.cpp b/zencore/sha1.cpp index 8b4e7897f..66e01f232 100644 --- a/zencore/sha1.cpp +++ b/zencore/sha1.cpp @@ -12,7 +12,7 @@ #include <string.h> // big endian architectures need #define __BYTE_ORDER __BIG_ENDIAN -#ifndef _MSC_VER +#if ZEN_PLATFORM_LINUX # include <endian.h> #endif |