mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:43:22 +00:00
[UCRT:VCRUNTIME] Implement vcruntime init stubs
This commit is contained in:
parent
4d80956566
commit
4198ceb83a
2 changed files with 37 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue