Windows: fix the last issue that breaks Win10-

This commit is contained in:
李通洲
2023-01-14 17:31:04 +08:00
parent e076097a7c
commit cdff99339e
+4
View File
@@ -400,6 +400,10 @@ static void resetConsole()
if(ffHideCursor)
fputs("\033[?25h", stdout);
#if defined(_WIN32) && defined(FF_ENABLE_BUFFER)
fflush(stdout);
#endif
}
#ifdef _WIN32