From 587c1b37c2f0b6d430fb13ce09326db0135b557c Mon Sep 17 00:00:00 2001 From: vladlosev Date: Fri, 20 May 2011 00:42:22 +0000 Subject: Adds support for building Google Mock as a shared library (DLL). --- test/gmock-matchers_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gmock-matchers_test.cc b/test/gmock-matchers_test.cc index 9ad62c47..8f96efc2 100644 --- a/test/gmock-matchers_test.cc +++ b/test/gmock-matchers_test.cc @@ -52,7 +52,7 @@ namespace testing { namespace internal { -string JoinAsTuple(const Strings& fields); +GTEST_API_ string JoinAsTuple(const Strings& fields); } // namespace internal namespace gmock_matchers_test { -- cgit v1.2.3