From eb2d69722a9a8bb11f2f2148e2810a632cdf4212 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 31 Aug 2017 10:19:20 +0800 Subject: improve compiler.h --- core/src/tbox/src/tbox/prefix/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/tbox/src/tbox/prefix/compiler.h b/core/src/tbox/src/tbox/prefix/compiler.h index 553d25ad4..b5b14f18e 100644 --- a/core/src/tbox/src/tbox/prefix/compiler.h +++ b/core/src/tbox/src/tbox/prefix/compiler.h @@ -288,7 +288,7 @@ # define TB_COMPILER_VERSION_STRING "visual c++ .net 2013 (12.0)" # elif (_MSC_VER == 1900) # define TB_COMPILER_VERSION_STRING "visual c++ .net 2015 (14.0)" -# elif (_MSC_VER == 1910) +# elif (_MSC_VER == 1910 || _MSC_VER == 1911) # define TB_COMPILER_VERSION_STRING "visual c++ .net 2017 (14.1)" # else # error Unknown visual c++ Compiler Version -- cgit v1.3.1