提交 e585192e 编写于 作者: A Alexander Alekhin

Merge pull request #20802 from alalek:core_tls_init_TlsAbstraction

......@@ -1834,6 +1834,12 @@ static void WINAPI opencv_fls_destructor(void* pData)
#endif // CV_USE_FLS
#endif // _WIN32
static TlsAbstraction* const g_force_initialization_of_TlsAbstraction
#if defined __GNUC__
__attribute__((unused))
#endif
= getTlsAbstraction();
} // namespace details
using namespace details;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册