#101 Fix MSVC 2017 (15.3) version detection.
This commit is contained in:
parent
80b0ac2492
commit
729ee08631
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
#define APP_VER_REV 0
|
#define APP_VER_REV 0
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# if _MSC_VER == 1910
|
# if (_MSC_VER == 1910 || _MSC_VER == 1911)
|
||||||
# define MSVC_VERSION 2017
|
# define MSVC_VERSION 2017
|
||||||
# elif _MSC_VER == 1900
|
# elif _MSC_VER == 1900
|
||||||
# define MSVC_VERSION 2015
|
# define MSVC_VERSION 2015
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue