From: H.G. Muller Date: Sun, 2 Mar 2014 17:53:17 +0000 (+0100) Subject: Fix error Engine Output text highlighting X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=b0968ab4c53d5f5adacbb9393b1aaf3c96979c5b Fix error Engine Output text highlighting In wengineoutput.c higeTextStart and End where decalred both static and extern, which somecompilers justifiably don't like. --- diff --git a/winboard/wengineoutput.c b/winboard/wengineoutput.c index d3a673f..8cf4fc6 100644 --- a/winboard/wengineoutput.c +++ b/winboard/wengineoutput.c @@ -225,7 +225,8 @@ void ResizeWindowControls( int mode ) InvalidateRect( GetDlgItem(hDlg,IDC_EngineMemo2), NULL, FALSE ); } -static int currentPV, highTextStart[2], highTextEnd[2]; +static int currentPV; +int highTextStart[2], highTextEnd[2]; extern RECT boardRect; VOID