diff options
| -rw-r--r-- | core/src/tbox/src/tbox/prefix/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
