diff options
| author | ruki <[email protected]> | 2019-03-08 00:36:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-03-07 21:40:16 +0800 |
| commit | 0153b21317a804fc38737bc5e6b47bb52b2c6324 (patch) | |
| tree | ed5b6a3a822c56700ffcf60eb536ae8805a1cb87 /core/src | |
| parent | 3f6eb580998369fd28f4da7276902de08a4e8f8d (diff) | |
modify compiler
Diffstat (limited to 'core/src')
| -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 |
