Sweden-Number/dlls/msvcrt
Zebediah Figura 3533605293 msvcrt: Print assertion failure messages to stderr.
This matches Windows behaviour. In particular, redirecting stderr with freopen()
followed by assert(0) will print the failure message to the relevant file.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-30 09:12:40 +02:00
..
tests msvcrt: Reset buffer in fflush on error. 2020-06-12 17:16:26 +02:00
Makefile.in
console.c
cpp.c msvcrt: Use __ASM_USE_THISCALL_WRAPPER macro. 2020-04-27 12:50:47 +02:00
cppexcept.h
crt_gccmain.c
crt_main.c
crt_winmain.c
crt_wmain.c
crt_wwinmain.c
ctype.c
cxx.h
data.c
dir.c
environ.c
errno.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
except.c
except_arm.c
except_arm64.c
except_i386.c
except_x86_64.c
exit.c msvcrt: Print assertion failure messages to stderr. 2020-06-30 09:12:40 +02:00
file.c msvcrt: Reset buffer in fflush on error. 2020-06-12 17:16:26 +02:00
heap.c
iob.c
locale.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
lock.c
main.c
math.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
mathf.c
mbcs.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
misc.c
msvcrt.h msvcrt: Print assertion failure messages to stderr. 2020-06-30 09:12:40 +02:00
msvcrt.spec
mtdll.h
onexit.c
printf.h msvcrt: Reimplement %a printf format handling. 2020-06-08 21:01:33 +02:00
process.c
rsrc.rc
scanf.c msvcrt: Print assertion failure messages to stderr. 2020-06-30 09:12:40 +02:00
scanf.h
scheduler.c msvcrt: Use __ASM_USE_THISCALL_WRAPPER macro. 2020-04-27 12:50:47 +02:00
string.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
thread.c
time.c
undname.c msvcrt: Use internal sprintf implementation. 2020-06-08 21:01:33 +02:00
wcs.c ucrtbase: Use MSVCRT prefix for __stdio_common_vsprintf implementation. 2020-05-21 20:25:50 +02:00