mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 02:03:04 +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",
|
||||
#elif _MSC_VER == 1900
|
||||
"vcruntime140.dll",
|
||||
#elif _MSC_VER == 1910
|
||||
"vcruntime140.dll",
|
||||
#else
|
||||
#error Specify CRT DLL name here !
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user