[UCRT:VCRUNTIME] Implement __report_rangecheckfailure()

This commit is contained in:
Timo Kreuzer 2025-01-17 11:43:24 +02:00
parent b0f3e623b7
commit 4d80956566
2 changed files with 18 additions and 0 deletions

View file

@ -1,6 +1,7 @@
list(APPEND UCRT_VCRUNTIME_SOURCES
vcruntime/__report_gsfailure.c
vcruntime/__report_rangecheckfailure.c
vcruntime/__security_init_cookie.c
)