reactos/sdk/lib/ucrt
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
..
conio [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
convert [UCRT] Remove __inline from conversion functions 2025-01-22 18:56:08 +02:00
dll [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
env [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
exec [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
fenv
filesystem [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
float [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib 2025-02-06 09:17:37 +02:00
heap [UCRTBASE] Build without debug exports 2025-03-24 23:02:06 +00:00
inc [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib 2025-02-06 09:17:37 +02:00
initializers [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
internal [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
locale [UCRT:LOCALE] Implement __acrt_WideCharToMultiByte 2025-01-26 18:08:55 +02:00
lowio [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
math [UCRT] Fix MSVC compiling on VS 2017 after Timo's UCRT commits (#7718) 2025-02-15 20:03:52 -06:00
mbstring [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
misc [UCRTBASE] Build without debug exports 2025-03-24 23:02:06 +00:00
startup [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib 2025-02-06 09:17:37 +02:00
stdio [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
stdlib [UCRTBASE] Build without debug exports 2025-03-24 23:02:06 +00:00
string [UCRT] Fix build of memcpy_s.cpp 2025-01-22 18:56:08 +02:00
time [UCRT] Add CMake files 2025-01-16 14:18:53 +02:00
CMakeLists.txt [UCRTBASE] Build without debug exports 2025-03-24 23:02:06 +00:00