From 130b8875ff43a6744fa097472fbce03a36ff97d7 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Thu, 16 Dec 2021 09:29:26 +0100 Subject: Only Linux has an endian.h --- zencore/sha1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zencore/sha1.cpp') 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 // big endian architectures need #define __BYTE_ORDER __BIG_ENDIAN -#ifndef _MSC_VER +#if ZEN_PLATFORM_LINUX # include #endif -- cgit v1.2.3