From 0153b21317a804fc38737bc5e6b47bb52b2c6324 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 8 Mar 2019 00:36:42 +0800 Subject: modify compiler --- core/src/tbox/src/tbox/prefix/compiler.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/tbox/src/tbox/prefix/compiler.h b/core/src/tbox/src/tbox/prefix/compiler.h index 96805d877..e4b706631 100644 --- a/core/src/tbox/src/tbox/prefix/compiler.h +++ b/core/src/tbox/src/tbox/prefix/compiler.h @@ -310,10 +310,8 @@ # define TB_COMPILER_VERSION_STRING "visual c++ .net 2017 (14.1)" # elif (_MSC_VER == 1920) # define TB_COMPILER_VERSION_STRING "visual c++ .net 2019 (16.0)" -# elif (_MSC_VER > 1920) -# define TB_COMPILER_VERSION_STRING "visual c++ .net >= 2019 (16.0)" # else -# error Unknown visual c++ Compiler Version +# define TB_COMPILER_VERSION_STRING "unknown visual c++ compiler" # endif // suppress warning -- cgit v1.3.1