Swap _XKEYCHECK_H for _ALLOW_KEYWORD_MACROS, in case it moves to a

different header.
This commit is contained in:
Nick Hastings 2018-05-21 19:54:12 -04:00
parent 2904c87b62
commit cbcda61135

View File

@ -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']