mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +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. |
||
---|---|---|
.. | ||
align.cpp | ||
calloc.cpp | ||
calloc_base.cpp | ||
debug_heap.cpp | ||
debug_heap_hook.cpp | ||
expand.cpp | ||
free.cpp | ||
free_base.cpp | ||
heap.cmake | ||
heap_handle.cpp | ||
heapchk.cpp | ||
heapmin.cpp | ||
heapwalk.cpp | ||
malloc.cpp | ||
malloc_base.cpp | ||
msize.cpp | ||
new_handler.cpp | ||
new_mode.cpp | ||
realloc.cpp | ||
realloc_base.cpp | ||
recalloc.cpp |