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.
2 parents 71feea6 + 3655149 commit 43a6712Copy full SHA for 43a6712
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