Try fixing a compiler error on VS 2010.

This commit is contained in:
David Reid
2019-07-28 16:26:00 +10:00
parent 336e842dad
commit 1e41c005a0
+1 -1
View File
@@ -3303,7 +3303,7 @@ IMPLEMENTATION
#define MA_NO_CPUID
#endif
#if _MSC_VER >= 1600
#if _MSC_VER >= 1600 && (defined(_MSC_FULL_VER) && _MSC_FULL_VER >= 160040219)
static MA_INLINE unsigned __int64 ma_xgetbv(int reg)
{
return _xgetbv(reg);