mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 09:02:45 -05:00
Fixed bug
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
#define restrict
|
#define restrict
|
||||||
#elif __STDC_VERSION__ >= 199901L
|
#elif __STDC_VERSION__ >= 199901L
|
||||||
/* Have restrict */
|
/* Have restrict */
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__) && !defined(_MSC_VER)
|
||||||
#define restrict __restrict
|
#define restrict __restrict
|
||||||
#else
|
#else
|
||||||
#define restrict
|
#define restrict
|
||||||
|
|||||||
Reference in New Issue
Block a user