summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.cpp b/cpu.cpp
index 6e0e4284..dce67c60 100644
--- a/cpu.cpp
+++ b/cpu.cpp
@@ -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])
{