chore(runtime-c-api) Update header files.

This commit is contained in:
Ivan Enderlin 2019-11-20 13:30:02 +01:00
parent dfe7c0d764
commit 9468e229f4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#endif
#endif
#if defined(GCC) || defined(__clang__)
#if defined(GCC) || defined(__GNUC__) || defined(__clang__)
#if defined(__x86_64__)
#define ARCH_X86_64
#endif

View File

@ -8,7 +8,7 @@
#endif
#endif
#if defined(GCC) || defined(__clang__)
#if defined(GCC) || defined(__GNUC__) || defined(__clang__)
#if defined(__x86_64__)
#define ARCH_X86_64
#endif