Adds support for building Google Mock as a shared library (DLL).

This commit is contained in:
vladlosev
2011-05-20 00:42:22 +00:00
parent 47be72a952
commit 587c1b37c2
14 changed files with 86 additions and 65 deletions

View File

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