mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
![]() 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. |
||
---|---|---|
.. | ||
abs.cpp | ||
bsearch.cpp | ||
bsearch_s.cpp | ||
byteswap.cpp | ||
clang-hacks.s | ||
div.cpp | ||
imaxabs.cpp | ||
imaxdiv.cpp | ||
labs.cpp | ||
ldiv.cpp | ||
lfind.cpp | ||
lfind_s.cpp | ||
llabs.cpp | ||
lldiv.cpp | ||
lsearch.cpp | ||
lsearch_s.cpp | ||
qsort.cpp | ||
qsort_s.cpp | ||
rand.cpp | ||
rand_s.cpp | ||
rotl.cpp | ||
rotr.cpp | ||
stdlib.cmake |