Merge pull request #2908 from Spudz76/dev-addMSVC2022
Add MSVC/2022 to version.h
This commit is contained in:
commit
7ccb1d65f0
@ -33,7 +33,9 @@
|
|||||||
#define APP_VER_PATCH 4
|
#define APP_VER_PATCH 4
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# if (_MSC_VER >= 1920)
|
# if (_MSC_VER >= 1930)
|
||||||
|
# define MSVC_VERSION 2022
|
||||||
|
# elif (_MSC_VER >= 1920 && _MSC_VER < 1930)
|
||||||
# define MSVC_VERSION 2019
|
# define MSVC_VERSION 2019
|
||||||
# elif (_MSC_VER >= 1910 && _MSC_VER < 1920)
|
# elif (_MSC_VER >= 1910 && _MSC_VER < 1920)
|
||||||
# define MSVC_VERSION 2017
|
# define MSVC_VERSION 2017
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user