From bc0c1b74c7544566ecb1eed285484d7acbf99046 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 30 May 2020 15:54:33 -0400 Subject: [PATCH] Fix build (nw) --- 3rdparty/asmjit/src/asmjit/core/api-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/asmjit/src/asmjit/core/api-config.h b/3rdparty/asmjit/src/asmjit/core/api-config.h index 16199a9f41e..de5985a066a 100644 --- a/3rdparty/asmjit/src/asmjit/core/api-config.h +++ b/3rdparty/asmjit/src/asmjit/core/api-config.h @@ -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