fixed _MSC_VER
This commit is contained in:
parent
0223ad2b93
commit
8a9d9a4f10
|
|
@ -73,7 +73,7 @@ EXTERN_C IMAGE_DOS_HEADER __ImageBase;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if _MSC_VER <= 1700
|
#if _MSC_VER > 1700
|
||||||
#define HIGHER_THAN_VS2012 1
|
#define HIGHER_THAN_VS2012 1
|
||||||
#else
|
#else
|
||||||
#define HIGHER_THAN_VS2012 0
|
#define HIGHER_THAN_VS2012 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue