Skip to content

Commit 3b91c7b

Browse files
committed
add symbols from ROOT
1 parent b49ee3d commit 3b91c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,12 @@ endif()
462462
if(MSVC)
463463

464464
set(MSVC_EXPORTLIST
465+
_Init_thread_abort
465466
_Init_thread_header
466467
_Init_thread_footer
467468
?nothrow@std@@3Unothrow_t@1@B
468469
??_7type_info@@6B@
470+
_tls_index
469471
)
470472

471473
if(CMAKE_SIZEOF_VOID_P EQUAL 8)

0 commit comments

Comments
 (0)