mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 13:53:15 +01:00
Fixed Linux build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user