From 8a9d9a4f109c9b33696cce42a39b65e197bb3593 Mon Sep 17 00:00:00 2001 From: Nomango <569629550@qq.com> Date: Sun, 1 Apr 2018 13:18:35 +0800 Subject: [PATCH] fixed _MSC_VER --- core/emacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/emacros.h b/core/emacros.h index 0a150c7f..0a18e361 100644 --- a/core/emacros.h +++ b/core/emacros.h @@ -73,7 +73,7 @@ EXTERN_C IMAGE_DOS_HEADER __ImageBase; #endif -#if _MSC_VER <= 1700 +#if _MSC_VER > 1700 #define HIGHER_THAN_VS2012 1 #else #define HIGHER_THAN_VS2012 0