Fixed MS Visual Studio 2019 compatibility
This commit is contained in:
parent
eba58f50a0
commit
256ceeeb47
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# if (_MSC_VER >= 1910)
|
||||
# if (_MSC_VER >= 1920)
|
||||
# define MSVC_VERSION 2019
|
||||
# elif (_MSC_VER >= 1910 && _MSC_VER < 1920)
|
||||
# define MSVC_VERSION 2017
|
||||
# elif _MSC_VER == 1900
|
||||
# define MSVC_VERSION 2015
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue