diff options
| author | ruki <[email protected]> | 2017-12-14 22:56:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-14 11:40:00 +0800 |
| commit | b4c46182afdf442505f22bbf864ef2811933da49 (patch) | |
| tree | 92c899970035ac4a40477267c1256e9c032fc9fe /core/src | |
| parent | 54a0bf3c8688589708af4cc22bd7bbe8a83365d1 (diff) | |
improve compiler version
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/tbox/src/tbox/prefix/compiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/tbox/src/tbox/prefix/compiler.h b/core/src/tbox/src/tbox/prefix/compiler.h index b5b14f18e..ef1668d73 100644 --- a/core/src/tbox/src/tbox/prefix/compiler.h +++ b/core/src/tbox/src/tbox/prefix/compiler.h @@ -290,6 +290,8 @@ # define TB_COMPILER_VERSION_STRING "visual c++ .net 2015 (14.0)" # elif (_MSC_VER == 1910 || _MSC_VER == 1911) # define TB_COMPILER_VERSION_STRING "visual c++ .net 2017 (14.1)" +# elif (_MSC_VER > 1911) +# define TB_COMPILER_VERSION_STRING "visual c++ .net >= 2017 (14.1)" # else # error Unknown visual c++ Compiler Version # endif |
