1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add fflush

This commit is contained in:
FunkyFr3sh 2020-10-13 23:54:06 +02:00
parent b10ece0687
commit 4deccb229e

View File

@ -92,6 +92,8 @@ int dbg_printf(const char *fmt, ...)
ret = vfprintf(stdout, fmt, args);
va_end(args);
fflush(stdout);
LeaveCriticalSection(&cs);
return ret;