mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Fix build (nw)
This commit is contained in:
parent
94fed90ff3
commit
bc0c1b74c7
2
3rdparty/asmjit/src/asmjit/core/api-config.h
vendored
2
3rdparty/asmjit/src/asmjit/core/api-config.h
vendored
@ -432,7 +432,7 @@
|
||||
|
||||
#if ASMJIT_CXX_HAS_ATTRIBUTE(attribute_deprecated_with_message, ASMJIT_CXX_GNU >= ASMJIT_CXX_MAKE_VER(4, 5, 0))
|
||||
#define ASMJIT_DEPRECATED(DECL, MESSAGE) DECL __attribute__((__deprecated__(MESSAGE)))
|
||||
#elif ASMJIT_MSC
|
||||
#elif ASMJIT_CXX_MSC
|
||||
#define ASMJIT_DEPRECATED(DECL, MESSAGE) __declspec(deprecated(MESSAGE)) DECL
|
||||
#else
|
||||
#define ASMJIT_DEPRECATED(DECL, MESSAGE) DECL
|
||||
|
Loading…
Reference in New Issue
Block a user