1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #20802 from alalek:core_tls_init_TlsAbstraction

This commit is contained in:
Alexander Alekhin
2021-10-06 12:01:06 +00:00
+6
View File
@@ -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;