[windows] Fixed output not being flushed on fail-fast mode

This commit is contained in:
Snaipe 2016-01-20 12:36:14 +01:00
parent 7f7029cb03
commit 5413075812

View file

@ -71,6 +71,7 @@ void setup_parent_job(void) {
}
void cr_killall(void) {
fflush(NULL);
#ifdef VANILLA_WIN32
if (!TerminateJobObject(cr_job, 1))
abort();