summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-param-util.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-03-05 21:21:06 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-03-05 21:21:06 +0000
commite4092294d7c1f38f303e8c7f67da31ba3e7e7d9a (patch)
treeaca5d19835a1562fd71e48e6ca289f33b0f68e30 /include/gtest/internal/gtest-param-util.h
parent581e254bb6b60ea5982c4b5b2079cd33c7b8bdfa (diff)
downloadgtest-e4092294d7c1f38f303e8c7f67da31ba3e7e7d9a.tar.gz
gtest-e4092294d7c1f38f303e8c7f67da31ba3e7e7d9a.tar.bz2
gtest-e4092294d7c1f38f303e8c7f67da31ba3e7e7d9a.tar.xz
Supports building gtest as a DLL (by Vlad Losev).
git-svn-id: http://googletest.googlecode.com/svn/trunk@388 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'include/gtest/internal/gtest-param-util.h')
-rw-r--r--include/gtest/internal/gtest-param-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gtest/internal/gtest-param-util.h b/include/gtest/internal/gtest-param-util.h
index 8dec853..546a6ea 100644
--- a/include/gtest/internal/gtest-param-util.h
+++ b/include/gtest/internal/gtest-param-util.h
@@ -60,8 +60,8 @@ namespace internal {
// fixture class for the same test case. This may happen when
// TEST_P macro is used to define two tests with the same name
// but in different namespaces.
-void ReportInvalidTestCaseType(const char* test_case_name,
- const char* file, int line);
+GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
+ const char* file, int line);
// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
//