From 087715bd9370e01f2c49bbf868ca4b6912cd00c6 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 16 Jul 2020 17:29:30 -0700 Subject: [PATCH] Fixed bug --- src/crypto/randomx/panthera/sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/randomx/panthera/sha256.c b/src/crypto/randomx/panthera/sha256.c index ee2d5d24..156b13ad 100644 --- a/src/crypto/randomx/panthera/sha256.c +++ b/src/crypto/randomx/panthera/sha256.c @@ -39,7 +39,7 @@ #define restrict #elif __STDC_VERSION__ >= 199901L /* Have restrict */ -#elif defined(__GNUC__) +#elif defined(__GNUC__) && !defined(_MSC_VER) #define restrict __restrict #else #define restrict