mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
printf.c | ||
stubs.c | ||
ucrtbase.spec |