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

View File

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