mirror of
https://github.com/xmrig/xmrig.git
synced 2025-04-22 14:38:10 +00:00
Merge pull request #2908 from Spudz76/dev-addMSVC2022
Add MSVC/2022 to version.h
This commit is contained in:
commit
7ccb1d65f0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue