mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix Travis failure.
Maybe. Can't reproduce it so trying something that looks reasonable.
This commit is contained in:
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…
Reference in New Issue
Block a user