Fixed bug
This commit is contained in:
parent
780e2bcd1c
commit
087715bd93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue