X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwchat.c;h=db9ebf17282b95dbba1ee656137555d428da5256;hb=18c97517acda747ffe9d9177c61c9bf5b1195bb6;hp=a837a86dc31156b4f807ed3dc648607152abde6f;hpb=98aa02bda540f17f1f50be00e494efafe439b004;p=xboard.git diff --git a/winboard/wchat.c b/winboard/wchat.c index a837a86..db9ebf1 100644 --- a/winboard/wchat.c +++ b/winboard/wchat.c @@ -99,9 +99,7 @@ static void ResizeWindowControls( HWND hDlg ) int clientHeight; int maxControlWidth; int buttonWidth, buttonHeight; -#if 0 -} -#else + /* Initialize variables */ GetClientRect( hDlg, &rc ); @@ -121,7 +119,6 @@ static void ResizeWindowControls( HWND hDlg ) // InvalidateRect( GetDlgItem(hDlg,IDC_EngineMemo1), NULL, FALSE ); // InvalidateRect( GetDlgItem(hDlg,IDC_EngineMemo2), NULL, FALSE ); } -#endif // front end. Actual printing of PV lines into the output field static void InsertIntoMemo( HANDLE hDlg, char * text )