util/debug: need to fflush(stderr) on windows
Hard to believe... but true.
This commit is contained in:
@@ -110,6 +110,7 @@ void _debug_vprintf(const char *format, va_list ap)
|
||||
|
||||
if(GetConsoleWindow() && !IsDebuggerPresent()) {
|
||||
vfprintf(stderr, format, ap);
|
||||
fflush(stderr);
|
||||
}
|
||||
|
||||
#elif defined(PIPE_SUBSYSTEM_WINDOWS_CE)
|
||||
|
Reference in New Issue
Block a user