Fixed Linux build.

This commit is contained in:
Branimir Karadzic
2014-10-16 09:56:36 -07:00
parent 9b2117b654
commit f2b5873b54

View File

@@ -57,6 +57,9 @@
# define BX_THREAD __thread
# endif // BX_COMPILER_CLANG
# define BX_ATTRIBUTE(_x) __attribute__( (_x) )
# if BX_COMPILER_GCC
# define __has_extension(x) false
# endif // BX_COMPILER_GCC
#elif BX_COMPILER_MSVC
# define BX_ALIGN_DECL(_align, _decl) __declspec(align(_align) ) _decl
# define BX_ALLOW_UNUSED