Fix Travis failure.

Maybe. Can't reproduce it so trying something that looks reasonable.
pull/499/head
John Ralls 7 years ago
parent e42c811341
commit a711497130

@ -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;

Loading…
Cancel
Save