1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 16:33:32 -05:00

Fixed bug

This commit is contained in:
MoneroOcean
2020-07-16 18:03:54 -07:00
parent 47acc49471
commit 8de748fa65

View File

@@ -36,7 +36,7 @@
#if defined(_MSC_VER) #if defined(_MSC_VER)
#define static_restrict(n) #define static_restrict(n)
#elif #else
#define static_restrict(n) static restrict n #define static_restrict(n) static restrict n
#endif #endif