mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 10:30:17 +00:00
[UCRT:VCRUNTIME] Implement __isa_available_init()
This commit is contained in:
parent
9c887efa0e
commit
8aab548ecd
2 changed files with 66 additions and 0 deletions
|
@ -5,6 +5,7 @@ list(APPEND UCRT_VCRUNTIME_SOURCES
|
|||
vcruntime/__security_init_cookie.c
|
||||
vcruntime/__vcrt_init.c
|
||||
vcruntime/initializers.cpp
|
||||
vcruntime/isa_available.cpp
|
||||
)
|
||||
|
||||
if(${ARCH} STREQUAL "i386")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue