summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-05-20 00:38:55 (GMT)
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-05-20 00:38:55 (GMT)
commit7e29bb7f7ebc2a1734415cb64395d87fc87d12be (patch)
tree6f3fdf1b0fc40796c496e055aee9a09093711ddc /include
parentee2f8caecc3199c8fdb03d07f0c6c653334f75b3 (diff)
downloadgoogletest-7e29bb7f7ebc2a1734415cb64395d87fc87d12be.zip
googletest-7e29bb7f7ebc2a1734415cb64395d87fc87d12be.tar.gz
googletest-7e29bb7f7ebc2a1734415cb64395d87fc87d12be.tar.bz2
Adds support for building Google Mock as a shared library (DLL).
Diffstat (limited to 'include')
-rw-r--r--include/gtest/internal/gtest-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h
index 227d818..d0fe5f7 100644
--- a/include/gtest/internal/gtest-internal.h
+++ b/include/gtest/internal/gtest-internal.h
@@ -122,7 +122,7 @@ class TestInfoImpl; // Opaque implementation of TestInfo
class UnitTestImpl; // Opaque implementation of UnitTest
// How many times InitGoogleTest() has been called.
-extern int g_init_gtest_count;
+GTEST_API_ extern int g_init_gtest_count;
// The text used in failure messages to indicate the start of the
// stack trace.