This commit is contained in:
Diorcet Yann 2018-06-04 08:21:19 +00:00 committed by GitHub
commit 8b3ac23a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ __declspec(dllimport) int __cdecl omp_get_num_procs(void);
#endif
#if (__STDC_VERSION__ >= 201112L)
#ifndef _Atomic
#define _Atomic volatile
#define _Atomic(x) volatile x
#endif
#include <stdatomic.h>
#endif