fixed _MSC_VER

This commit is contained in:
Nomango 2018-04-01 13:18:35 +08:00
parent 0223ad2b93
commit 8a9d9a4f10
1 changed files with 1 additions and 1 deletions

View File

@ -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