mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[CRT] Move rand to stdlib, where it belongs
This commit is contained in:
parent
d55f49978d
commit
43beb913da
4 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,15 @@
|
|||
|
||||
list(APPEND LIBCNTPR_STDLIB_SOURCE
|
||||
list(APPEND COMMON_STDLIB_SOURCE
|
||||
stdlib/qsort.c
|
||||
)
|
||||
|
||||
list(APPEND LIBCNTPR_STDLIB_SOURCE
|
||||
${COMMON_STDLIB_SOURCE}
|
||||
stdlib/rand_nt.c
|
||||
)
|
||||
|
||||
list(APPEND CRT_STDLIB_SOURCE
|
||||
${LIBCNTPR_STDLIB_SOURCE}
|
||||
${COMMON_STDLIB_SOURCE}
|
||||
stdlib/_exit.c
|
||||
stdlib/_set_abort_behavior.c
|
||||
stdlib/abort.c
|
||||
|
@ -22,6 +27,7 @@ list(APPEND CRT_STDLIB_SOURCE
|
|||
stdlib/mbstowcs.c
|
||||
stdlib/obsol.c
|
||||
stdlib/putenv.c
|
||||
stdlib/rand.c
|
||||
stdlib/rot.c
|
||||
stdlib/senv.c
|
||||
stdlib/swab.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue