[VCRUNTIME] Add TLS callback support

This commit is contained in:
Timo Kreuzer 2025-01-30 10:11:38 +02:00
parent 7f050e0a6d
commit 32c349d30e
3 changed files with 55 additions and 0 deletions

View file

@ -24,6 +24,7 @@ list(APPEND VCRT_COMMON_SOURCES
_fltused.c
initializers.cpp
isa_available.cpp
tlssup.c
)
list(APPEND VCRT_RUNTIME_SOURCES