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:
parent
b10ece0687
commit
4deccb229e
@ -92,6 +92,8 @@ int dbg_printf(const char *fmt, ...)
|
||||
ret = vfprintf(stdout, fmt, args);
|
||||
va_end(args);
|
||||
|
||||
fflush(stdout);
|
||||
|
||||
LeaveCriticalSection(&cs);
|
||||
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user