From cbcda611351f72d75353a8b08e61c5178e2c4ff1 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Mon, 21 May 2018 19:54:12 -0400 Subject: [PATCH] Swap _XKEYCHECK_H for _ALLOW_KEYWORD_MACROS, in case it moves to a different header. --- core/AMBuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/AMBuilder b/core/AMBuilder index 9cdad724..3ce4e30f 100644 --- a/core/AMBuilder +++ b/core/AMBuilder @@ -65,7 +65,7 @@ for sdk_name in SM.sdks: ] if compiler.like('msvc'): - compiler.defines += ['_XKEYCHECK_H'] + compiler.defines += ['_ALLOW_KEYWORD_MACROS'] if builder.target.platform == 'linux': compiler.postlink += ['-lpthread', '-lrt']