mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 08:44:04 +02:00
Try fixing a compiler error on VS 2010.
This commit is contained in:
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user