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