reactos/sdk/lib/ucrt/misc
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
..
_strerr.cpp
chdir.cpp
crtmbox.cpp
dbgrpt.cpp [UCRT] Fix non-standard extern "C" usage 2025-01-16 14:18:53 +02:00
dbgrptt.cpp [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
debug_fill_threshold.cpp
drive.cpp
drivemap.cpp
drivfree.cpp
errno.cpp
exception_filter.cpp [UCRT] Fix non-standard extern "C" usage 2025-01-16 14:18:53 +02:00
getcwd.cpp
getpid.cpp
invalid_parameter.cpp [UCRT] Silence warning about returning noreturn function 2025-01-16 14:18:53 +02:00
is_wctype.cpp
misc.cmake [UCRTBASE] Build without debug exports 2025-03-24 23:02:06 +00:00
perror.cpp [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
resetstk.cpp
set_error_mode.cpp
seterrm.cpp
signal.cpp [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
slbeep.cpp
strerror.cpp
syserr.cpp
systime.cpp
terminate.cpp [UCRT] Make SEH blocks ReactOS PSEH compatible 2025-01-16 14:18:53 +02:00
wperror.cpp