8
0
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:
hvlad 2017-02-16 00:47:34 +02:00 committed by GitHub
commit 3bac2b47f2

View File

@ -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