summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-05-30 15:54:33 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-05-30 15:54:33 -0400
commitbc0c1b74c7544566ecb1eed285484d7acbf99046 (patch)
tree169476fb9651b4d8cdde8711c87fd59798876d46 /3rdparty
parent94fed90ff33f717854de00d085bc6c7cbd13acb8 (diff)
Fix build (nw)
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/asmjit/src/asmjit/core/api-config.h2
1 files changed, 1 insertions, 1 deletions
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