fix: macro mistake
This commit is contained in:
parent
f4cadddce4
commit
0bcaf2fa04
|
|
@ -63,7 +63,7 @@
|
|||
#include <algorithm>
|
||||
|
||||
|
||||
#if _MSC_VER >= 1900
|
||||
#if _MSC_VER >= 1900 // >= Visual Studio 2015
|
||||
# define E2D_NOEXCEPT noexcept
|
||||
#else
|
||||
# define E2D_NOEXCEPT throw()
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
#ifndef _MSC_VER
|
||||
# error 仅支持在 MSVC 环境下编译
|
||||
#elif _MSC_VER < 1700
|
||||
# error Easy2D 不支持 Visual Studio 2012 以下版本
|
||||
#elif _MSC_VER < 1800
|
||||
# error Easy2D 不支持 Visual Studio 2013 以下版本
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue