Update common.h

This commit is contained in:
Martin Kroeker 2018-06-06 09:27:49 +02:00 committed by GitHub
parent 358d4df2bd
commit 83da278093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -663,6 +663,7 @@ __declspec(dllimport) int __cdecl omp_get_num_procs(void);
#ifndef _Atomic #ifndef _Atomic
#define _Atomic volatile #define _Atomic volatile
#endif #endif
#endif
#else #else
#ifdef __ELF__ #ifdef __ELF__