mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Hack for msvcrt and mintty.
This commit is contained in:
@@ -137,6 +137,9 @@ int main(void)
|
||||
|
||||
reopen = GL_FALSE;
|
||||
}
|
||||
|
||||
// Workaround for an issue with msvcrt and mintty
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
glfwTerminate();
|
||||
|
||||
Reference in New Issue
Block a user