From 49a077dc61a058299987879540b13d3cd15460b8 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 11 Mar 2016 22:59:57 +0000 Subject: [PATCH] [SHELL32] Fix build. svn path=/trunk/; revision=70995 --- reactos/dll/win32/shell32/dialogs/dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/shell32/dialogs/dialogs.cpp b/reactos/dll/win32/shell32/dialogs/dialogs.cpp index 74abefcc049..f124ff160bb 100644 --- a/reactos/dll/win32/shell32/dialogs/dialogs.cpp +++ b/reactos/dll/win32/shell32/dialogs/dialogs.cpp @@ -207,7 +207,7 @@ INT_PTR CALLBACK PickIconProc(HWND hwndDlg, hIcon = (HICON)SendMessageW(lpdis->hwndItem, LB_GETITEMDATA, lpdis->itemID, 0); if (lpdis->itemID == (UINT)index) - FillRect(lpdis->hDC, &lpdis->rcItem, (HBRUSH)(COLOR_HIGHLIGHT + 1))); + FillRect(lpdis->hDC, &lpdis->rcItem, (HBRUSH)(COLOR_HIGHLIGHT + 1)); else FillRect(lpdis->hDC, &lpdis->rcItem, (HBRUSH)(COLOR_WINDOW + 1)); -- 2.17.1