mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 13:21:39 +00:00
[CRT] Move _invalid_parameter into its own file
As the author of the code, I changed to license to MIT.
This commit is contained in:
parent
43beb913da
commit
0ea48e79fc
3 changed files with 53 additions and 37 deletions
|
@ -11,6 +11,7 @@ list(APPEND LIBCNTPR_STDLIB_SOURCE
|
|||
list(APPEND CRT_STDLIB_SOURCE
|
||||
${COMMON_STDLIB_SOURCE}
|
||||
stdlib/_exit.c
|
||||
stdlib/_invalid_parameter.c
|
||||
stdlib/_set_abort_behavior.c
|
||||
stdlib/abort.c
|
||||
stdlib/atexit.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue