[UCRT:VCRUNTIME] Implement __report_gsfailure()

This commit is contained in:
Timo Kreuzer 2025-01-17 11:42:45 +02:00
parent 5dcd1d1714
commit b0f3e623b7
2 changed files with 22 additions and 0 deletions

View file

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