1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -05:00

Fixed bug

This commit is contained in:
MoneroOcean
2020-07-16 17:29:30 -07:00
parent 780e2bcd1c
commit 087715bd93

View File

@@ -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