diff --git a/googletest/include/gtest/internal/gtest-param-util.h b/googletest/include/gtest/internal/gtest-param-util.h index 539fa52e..70c43354 100644 --- a/googletest/include/gtest/internal/gtest-param-util.h +++ b/googletest/include/gtest/internal/gtest-param-util.h @@ -474,7 +474,8 @@ class ParameterizedTestSuiteInfoBase { GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestSuiteInfoBase); }; -void InsertSyntheticTestCase(const std::string &name, CodeLocation location); +GTEST_API_ void InsertSyntheticTestCase(const std::string& name, + CodeLocation location); // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. //