Merge pull request from Spudz76/dev-addMSVC2022

Add MSVC/2022 to version.h
This commit is contained in:
xmrig 2022-01-31 10:14:47 +07:00 committed by GitHub
commit 7ccb1d65f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,9 @@
#define APP_VER_PATCH 4
#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
# elif (_MSC_VER >= 1910 && _MSC_VER < 1920)
# define MSVC_VERSION 2017