Fix statically linked gflags library with MSVC
authorArkady Shapkin <arkady.shapkin@gmail.com>
Sat, 6 May 2017 00:01:26 +0000 (03:01 +0300)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Sat, 6 May 2017 00:47:54 +0000 (01:47 +0100)
Fix #211

src/gflags.h.in

index 43b3f7a..82e640f 100644 (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