Author: dquintana Date: Fri Sep 12 12:44:28 2014 New Revision: 64125
URL: http://svn.reactos.org/svn/reactos?rev=64125&view=rev Log: [EXPLORER-NEW] * Fix GCC build
Modified: branches/shell-experiments/base/shell/explorer-new/traywnd.c
Modified: branches/shell-experiments/base/shell/explorer-new/traywnd.c URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp... ============================================================================== --- branches/shell-experiments/base/shell/explorer-new/traywnd.c [iso-8859-1] (original) +++ branches/shell-experiments/base/shell/explorer-new/traywnd.c [iso-8859-1] Fri Sep 12 12:44:28 2014 @@ -2251,7 +2251,6 @@
static void ProcessAutoHide(ITrayWindowImpl * This) { - BOOL ret; RECT rc = This->rcTrayWnd[This->Position]; INT w = This->TraySize.cx - GetSystemMetrics(SM_CXBORDER) * 2 - 1; INT h = This->TraySize.cy - GetSystemMetrics(SM_CYBORDER) * 2 - 1;