mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Hack for msvcrt and mintty.
This commit is contained in:
parent
aa7f827e72
commit
287514e849
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue