mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +00:00
[CPPRT] Implement __std_terminate wrapper for Clang-CL
This commit is contained in:
parent
68abf035c6
commit
cf5926c207
2 changed files with 15 additions and 0 deletions
|
@ -8,6 +8,7 @@ include_directories(
|
|||
list(APPEND SOURCE
|
||||
ehvec.cpp
|
||||
new_nothrow.cpp
|
||||
terminate.cpp
|
||||
typeinfo.cpp)
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue