reactos/sdk/lib/ucrt/stdlib
Timo Kreuzer 5b633d64f1 [UCRTBASE] Build without debug exports
Windows ships ucrtbase without debug exports and ucrtbased with debug exports. The wine test tests ucrtbase and loads it dynamically in some cases. Compiling it with _DEBUG requires it to be linked to ucrtbased, which causes problems, because it also dynamically loads ucrtbase, which will cause it to crash.
2025-03-24 23:02:06 +00:00
..
abs.cpp
bsearch.cpp
bsearch_s.cpp
byteswap.cpp
clang-hacks.s [UCRT] Add "aliases" for some hacked clang builtins 2025-01-26 18:08:55 +02:00
div.cpp [UCRT] Fix MSVC compiling on VS 2017 after Timo's UCRT commits (#7718) 2025-02-15 20:03:52 -06:00
imaxabs.cpp
imaxdiv.cpp
labs.cpp
ldiv.cpp [UCRT] Fix MSVC compiling on VS 2017 after Timo's UCRT commits (#7718) 2025-02-15 20:03:52 -06:00
lfind.cpp
lfind_s.cpp
llabs.cpp
lldiv.cpp [UCRT] Fix MSVC compiling on VS 2017 after Timo's UCRT commits (#7718) 2025-02-15 20:03:52 -06:00
lsearch.cpp
lsearch_s.cpp
qsort.cpp
qsort_s.cpp
rand.cpp
rand_s.cpp
rotl.cpp
rotr.cpp
stdlib.cmake [UCRTBASE] Build without debug exports 2025-03-24 23:02:06 +00:00