Fix statically linked gflags library with MSVC

Fix #211
This commit is contained in:
Arkady Shapkin 2017-05-06 03:01:26 +03:00 committed by GitHub
parent 9314597d4b
commit 07fc9b1797

View file

@ -86,7 +86,7 @@
// We always want to export variables defined in user code
#ifndef GFLAGS_DLL_DEFINE_FLAG
# ifdef _MSC_VER
# if GFLAGS_IS_A_DLL && defined(_MSC_VER)
# define GFLAGS_DLL_DEFINE_FLAG __declspec(dllexport)
# else
# define GFLAGS_DLL_DEFINE_FLAG