Fix Travis failure.

Maybe. Can't reproduce it so trying something that looks reasonable.
This commit is contained in:
John Ralls 2019-04-28 21:53:56 -07:00
parent e42c811341
commit a711497130

View File

@ -824,7 +824,7 @@ set_win32_thread_locale()
static void
redirect_stdout (void)
{
#ifdef __MINGW32__ && __MSWIN_CONSOLE__
#if defined __MINGW32__ && __MSWIN_CONSOLE__
static const WORD MAX_CONSOLE_LINES = 500;
int hConHandle;
long lStdHandle;