We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea621c commit 3655149Copy full SHA for 3655149
googletest/include/gtest/internal/gtest-port.h
@@ -1710,7 +1710,7 @@ typedef GTestMutexLock MutexLock;
1710
// C-linkage. Therefore it cannot be templatized to access
1711
// ThreadLocal<T>. Hence the need for class
1712
// ThreadLocalValueHolderBase.
1713
-class ThreadLocalValueHolderBase {
+class GTEST_API_ ThreadLocalValueHolderBase {
1714
public:
1715
virtual ~ThreadLocalValueHolderBase() {}
1716
};
0 commit comments