mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Merge pull request #84 from davido/msvc_15.0_detection
Fix MSVC 15.0 detection (aka VS 2017)
This commit is contained in:
commit
3bac2b47f2
@ -103,6 +103,8 @@ public:
|
|||||||
"msvcr120.dll",
|
"msvcr120.dll",
|
||||||
#elif _MSC_VER == 1900
|
#elif _MSC_VER == 1900
|
||||||
"vcruntime140.dll",
|
"vcruntime140.dll",
|
||||||
|
#elif _MSC_VER == 1910
|
||||||
|
"vcruntime140.dll",
|
||||||
#else
|
#else
|
||||||
#error Specify CRT DLL name here !
|
#error Specify CRT DLL name here !
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user