mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed MSVC build.
This commit is contained in:
@@ -48,6 +48,8 @@
|
||||
#elif defined(_MSC_VER)
|
||||
# undef BX_COMPILER_MSVC
|
||||
# define BX_COMPILER_MSVC _MSC_VER
|
||||
# undef BX_COMPILER_MSVC_COMPATIBLE
|
||||
# define BX_COMPILER_MSVC_COMPATIBLE _MSC_VER
|
||||
#elif defined(__GNUC__)
|
||||
# undef BX_COMPILER_GCC
|
||||
# define BX_COMPILER_GCC (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
|
||||
|
||||
Reference in New Issue
Block a user