Sync changes.
This commit is contained in:
parent
ff4d54dc4c
commit
51b92f66cf
2 changed files with 8 additions and 4 deletions
|
@ -39,7 +39,9 @@
|
|||
#define APP_VER_PATCH 2
|
||||
|
||||
#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