Commit 1e41c005 authored by David Reid's avatar David Reid

Try fixing a compiler error on VS 2010.

parent 336e842d
...@@ -3303,7 +3303,7 @@ IMPLEMENTATION ...@@ -3303,7 +3303,7 @@ IMPLEMENTATION
#define MA_NO_CPUID #define MA_NO_CPUID
#endif #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) static MA_INLINE unsigned __int64 ma_xgetbv(int reg)
{ {
return _xgetbv(reg); return _xgetbv(reg);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment