[UCRT:VCRUNTIME] Implement vcruntime init stubs

This commit is contained in:
Timo Kreuzer 2025-01-17 11:44:15 +02:00
parent 4d80956566
commit 4198ceb83a
2 changed files with 37 additions and 0 deletions

View file

@ -3,6 +3,7 @@ list(APPEND UCRT_VCRUNTIME_SOURCES
vcruntime/__report_gsfailure.c
vcruntime/__report_rangecheckfailure.c
vcruntime/__security_init_cookie.c
vcruntime/__vcrt_init.c
)
if(${ARCH} STREQUAL "i386")