Fix Windows compile error using VS2008

pull/611/head
Jeffrey Walton 2018-03-27 20:38:26 -04:00
parent 43ff11a089
commit 1c60f6480f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ extern "C"
extern bool CPU_ProbeSSE2();
#if _MSC_VER >= 1500
#if _MSC_VER >= 1600
inline bool CpuId(word32 func, word32 subfunc, word32 output[4])
{