mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Merge.
This commit is contained in:
@@ -60,6 +60,9 @@
|
||||
# if BX_COMPILER_MSVC_COMPATIBLE
|
||||
# define __stdcall
|
||||
# endif // BX_COMPILER_MSVC_COMPATIBLE
|
||||
# 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