Hack for msvcrt and mintty.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent aa7f827e72
commit 287514e849
  1. 3
      tests/iconify.c
  2. 3
      tests/peter.c

@ -243,6 +243,9 @@ int main(int argc, char** argv)
if (i < window_count)
break;
// Workaround for an issue with msvcrt and mintty
fflush(stdout);
}
glfwTerminate();

@ -137,6 +137,9 @@ int main(void)
reopen = GL_FALSE;
}
// Workaround for an issue with msvcrt and mintty
fflush(stdout);
}
glfwTerminate();

Loading…
Cancel
Save