mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +01:00
Adjust for VS 2022 Preview.
This commit is contained in:
parent
9fd434babd
commit
542daa8367
@ -101,7 +101,7 @@ public:
|
||||
"msvcr110.dll",
|
||||
#elif _MSC_VER == 1800
|
||||
"msvcr120.dll",
|
||||
#elif _MSC_VER >= 1900 && _MSC_VER < 1930
|
||||
#elif _MSC_VER >= 1900 && _MSC_VER <= 1930
|
||||
"vcruntime140.dll",
|
||||
#else
|
||||
#error Specify CRT DLL name here !
|
||||
|
Loading…
Reference in New Issue
Block a user